We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f251e commit ffd7683Copy full SHA for ffd7683
publish.sh
@@ -0,0 +1,9 @@
1
+#!/usr/bin/env bash
2
+
3
+set -e
4
5
+rm -rf dist
6
+python setup.py sdist
7
+python setup.py bdist_wheel
8
+python3 setup.py bdist_wheel
9
+twine upload dist/*
0 commit comments