macresources/upload.sh

6 lines
78 B
Bash
Raw Normal View History

2018-10-21 10:43:26 +00:00
#!/bin/sh
rm -rf dist
python3 setup.py sdist bdist_wheel
twine upload dist/*