dephell project build

Build dist packages for the project:

  1. Get dependencies from from parameter.
  2. Make setup.py and README.rst.
  3. Make egg-info.
  4. Make sdist (archived project source code and egg-info).
  5. Make wheel.

After all you can use twine to upload it on PyPI.

Example

$ dephell project build --from pyproject.toml
$ twine upload dist/*

See also

  1. dephell deps convert for details how DepHell converts dependencies from one format to another.
  2. dephell project bump to bump project version.
  3. dephell project upload to upload dist packages (on PyPI or somewhere else).
  4. dephell project test to see how the project behaves on a clean installation.
  5. Full list of config parameters