Adding an upload file

This commit is contained in:
Zoe Roux
2020-11-15 19:40:58 +01:00
parent 7cecb2608e
commit 6a3f0b04fa

4
upload.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*