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 1b6c53f commit 7def5f3Copy full SHA for 7def5f3
deploy.sh
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
rm -rf dist
3
-python3 setup.py sdist && twine upload dist/*
+python3 setup.py sdist bdist_wheel && twine upload dist/*
0 commit comments