Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 493 Bytes

File metadata and controls

18 lines (12 loc) · 493 Bytes

Notes on distribution

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

To distribute this python package first make sure that tox is not raising any errors. By running tox in the root of this repository.

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

python -m build

Now upload the generated artefacts with

twine upload dist/*