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.
2 parents a0aa70d + 7af90f9 commit b504a37Copy full SHA for b504a37
1 file changed
publish.sh
@@ -1,4 +1,5 @@
1
#!/usr/bin/env bash
2
rm -rf dist/*
3
+python3 setup.py sdist
4
python3 setup.py bdist_wheel --universal
5
twine upload dist/*
0 commit comments