Skip to content

Commit 2c9a7d8

Browse files
committed
Added utility script for updating to PyPI
1 parent c4e492c commit 2c9a7d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pypi.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)