Skip to content

Commit 50cb71a

Browse files
committed
adjust docs
1 parent 145bf3b commit 50cb71a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

HACKING.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ To make a release,
1616
3) commit the changes to setup.py and NEWS.txt
1717
4) git tag <version>
1818
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
19+
6) pip install twine (make sure twine is in your venv)
20+
7) Upload to PyPI: 'python setup.py sdist && twine upload dist/*'
21+
8) Increase version in setup.py (for next release) with dev suffix
22+
9) Create NEWS.txt entry for next release
2323

0 commit comments

Comments
 (0)