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 79c15b6 commit 424d474Copy full SHA for 424d474
upload.sh
@@ -0,0 +1,9 @@
1
+#!/usr/bin/env bash
2
+
3
+source venv/bin/activate
4
+python3 setup.py sdist bdist_wheel
5
+twine upload dist/*
6
7
+rm -rf build
8
+rm -rf dist
9
+rm -rf *.egg-info
0 commit comments