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 4146b7f commit 2b7fb82Copy full SHA for 2b7fb82
upload_to_pypi
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+rm -Rf build dist
3
+python setup.py sdist upload
4
+python setup.py bdist_wheel upload
5
+python3 setup.py bdist_wheel upload
0 commit comments