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 c4e492c commit 2c9a7d8Copy full SHA for 2c9a7d8
pypi.sh
@@ -0,0 +1,6 @@
1
+#!/bin/sh
2
+
3
+rm -rf dist
4
+python3 setup.py sdist bdist_wheel
5
+twine upload --repository-url https://test.pypi.org/legacy/ dist/*
6
+#twine upload dist/*
0 commit comments