srttosubedge / build_and_publish.sh
leetuan023's picture
Upload 9 files
128ba2c verified
raw
history blame
136 Bytes
#!/bin/sh
set -eux
rm -rf build dist src/*.egg-info
python3 setup.py sdist bdist_wheel
twine check dist/*
twine upload dist/* --verbose