We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f17c9eb commit dfa430cCopy full SHA for dfa430c
1 file changed
HACKING.txt
@@ -17,6 +17,7 @@ To make a release,
17
4) git tag <version>
18
5) git push
19
6) Upload to PyPI: 'python setup.py sdist register 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
23
0 commit comments