We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc9fa8 commit 2cc8731Copy full SHA for 2cc8731
upload.sh
@@ -1,4 +1,5 @@
1
#!/usr/bin/env bash
2
#python setup.py sdist upload
3
+rm ./dist/*
4
python setup.py sdist bdist_wheel
5
twine upload dist/*
0 commit comments