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/*