Skip to content

Commit c5a1f6a

Browse files
committed
fix(release): script for uploading to pypi
1 parent 849a323 commit c5a1f6a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

upload.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
echo "Upload in progress of the package to PyPi"
4+
5+
python setup.py sdist
6+
twine upload dist/*

0 commit comments

Comments
 (0)