We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225c434 commit 9ced97bCopy full SHA for 9ced97b
release-procedure.md
@@ -8,7 +8,8 @@
8
9
* Build the package
10
11
- twine upload dist/*
+ git clean -xfd
12
+ python setup.py register sdist bdist_wheel --universal
13
14
* Upload to test PyPI
15
0 commit comments