Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 510 Bytes

deploy.rst

File metadata and controls

23 lines (13 loc) · 510 Bytes

Deploy

A new release (PyPi package) will be created automatically if a tag was created using Github actions. If the release has to be uploaded manually, you will have to install twine first:

$ pip install twine

Then you have to create a new distribution file:

$ make dist

Finally you can upload the file to PyPi:

$ twine upload dist/*