Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 464 Bytes

distribute.md

File metadata and controls

17 lines (11 loc) · 464 Bytes

Notes on distribution

This file is a short summary of the packaging projects documentation.

To distribute this python package first make sure that tests.py is not raising any errors.

Then run the following to create distribution artefacts inside the dist folder.

python3 setup.py sdist bdist_wheel

Now upload the generated artefacts with

twine upload dist/*