We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3928af6 commit 5a3d9faCopy full SHA for 5a3d9fa
scripts/make_release.sh
@@ -2,4 +2,5 @@
2
./scripts/uninstall.sh
3
./scripts/clean_up.sh
4
python setup.py register
5
-python setup.py sdist bdist_wheel upload
+python setup.py sdist bdist_wheel
6
+twine upload dist/*
0 commit comments