Skip to content

Commit

Permalink
Update twine howto
Browse files Browse the repository at this point in the history
  • Loading branch information
overfl0 committed May 4, 2024
1 parent 0531b0c commit 1cb5130
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pypi.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ Checklist to push a release to PyPi:
* git push
* git push --tag
* python setup.py sdist
* twine upload --repository-url https://test.pypi.org/legacy/ dist/*
* twine upload dist/something
* python setup.py bdist_wheel --universal
* twine upload --repository armaclass_test dist/*
* twine upload --repository armaclass dist/*

0 comments on commit 1cb5130

Please sign in to comment.