We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90b8b20 commit 7c196c5Copy full SHA for 7c196c5
1 file changed
README.md
@@ -393,6 +393,7 @@ To release:
393
394
pip3 install twine
395
rm -rf dist
396
+ python3 setup.py sdist
397
python3 setup.py bdist_wheel
398
twine upload dist/*
399
git tag v1.0.XXX # replace with version in setup.py
0 commit comments