Finally, this video shows you how to publish your Python package to PyPI. Furthermore, additional information about PyPI and packages are given. You can copy and paste the command from below (make sure to execute the command in your projects root directory).
python -m twine upload dist/*
Martin Breuss RP Team on June 19, 2019
Updating your package
If you change something in your code, you’ll have to run the build tools again:
You might run into the following error:
If that happens to you, check up on 2 things:
dist/
directoryTry again - you should be able to upload now! :)