We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4d78f commit c2bc9efCopy full SHA for c2bc9ef
1 file changed
README.rst
@@ -396,3 +396,6 @@ To publish a universal wheel to pypi::
396
rm -rf dist
397
python3 setup.py bdist_wheel --universal
398
twine upload dist/*
399
+ git tag v1.0.XXX
400
+ git push --tags
401
+
0 commit comments