mirror of
https://github.com/rany2/edge-tts
synced 2024-11-21 09:19:59 +00:00
Merge all scripts for publishing into build_and_publish.sh
This commit is contained in:
parent
526c8ad9a2
commit
8a05a4f998
@ -1,12 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -ex
|
||||
|
||||
./clean.sh
|
||||
|
||||
./build.sh
|
||||
./publish.sh
|
||||
|
||||
./clean.sh
|
||||
|
||||
exit 0
|
||||
set -eux
|
||||
rm -rf build dist src/*.egg-info
|
||||
python3 setup.py sdist bdist_wheel
|
||||
twine check dist/*
|
||||
twine upload dist/* --verbose
|
||||
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
set -x
|
||||
exec twine upload dist/*
|
Loading…
Reference in New Issue
Block a user