Spaces:
Configuration error
Configuration error
Delete build_and_publish.sh
Browse files- build_and_publish.sh +0 -6
build_and_publish.sh
DELETED
@@ -1,6 +0,0 @@
|
|
1 |
-
#!/bin/sh
|
2 |
-
set -eux
|
3 |
-
rm -rf build dist src/*.egg-info
|
4 |
-
python3 setup.py sdist bdist_wheel
|
5 |
-
twine check dist/*
|
6 |
-
twine upload dist/* --verbose
|
|
|
|
|
|
|
|
|
|
|
|
|
|