We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770d48a commit 13614e7Copy full SHA for 13614e7
publish.sh
@@ -3,7 +3,6 @@
3
set -e
4
5
rm -rf dist
6
-python setup.py sdist
7
-python setup.py bdist_wheel
+python3 setup.py sdist
8
python3 setup.py bdist_wheel
9
twine upload dist/*
0 commit comments