We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc2ace commit b3e340cCopy full SHA for b3e340c
release.sh
100644
100755
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
+rm ./dist/*
3
python setup.py sdist bdist_wheel
4
twine upload dist/*
-
0 commit comments