mirror of
https://github.com/rany2/edge-tts
synced 2024-11-22 01:45:02 +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
|
#!/bin/sh
|
||||||
|
set -eux
|
||||||
set -ex
|
rm -rf build dist src/*.egg-info
|
||||||
|
python3 setup.py sdist bdist_wheel
|
||||||
./clean.sh
|
twine check dist/*
|
||||||
|
twine upload dist/* --verbose
|
||||||
./build.sh
|
|
||||||
./publish.sh
|
|
||||||
|
|
||||||
./clean.sh
|
|
||||||
|
|
||||||
exit 0
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
set -x
|
|
||||||
exec twine upload dist/*
|
|
Loading…
Reference in New Issue
Block a user