We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145bf3b commit 50cb71aCopy full SHA for 50cb71a
HACKING.txt
@@ -16,8 +16,8 @@ To make a release,
16
3) commit the changes to setup.py and NEWS.txt
17
4) git tag <version>
18
5) git push
19
- 6) Upload to PyPI: 'python setup.py sdist upload'
20
- 6b) wheel: pip install wheel && python setup.py bdist_wheel --universal upload
21
- 7) Increase version in setup.py (for next release) with dev suffix
22
- 8) Create NEWS.txt entry for next release
+ 6) pip install twine (make sure twine is in your venv)
+ 7) Upload to PyPI: 'python setup.py sdist && twine upload dist/*'
+ 8) Increase version in setup.py (for next release) with dev suffix
+ 9) Create NEWS.txt entry for next release
23
0 commit comments