Formatting and fixed upload description.

This commit is contained in:
Lars Immisch
2020-07-13 22:18:32 +02:00
parent 62e5515341
commit d83e829de1
2 changed files with 6 additions and 3 deletions

View File

@@ -11,10 +11,14 @@ Create and push a tag naming the version (i.e. 0.9.0):
git tag 0.9.0
git push origin 0.9.0
Upload the package:
Create the package:
python3 setup.py sdist
Upload the package
twine upload dist/*
Don't forget to update the documentation.
# Publish the documentation