Added scripts to workspace

This commit is contained in:
2022-05-19 20:49:48 +02:00
parent 0a285f2d28
commit 1899cb5b86
2 changed files with 57 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ if [ $1 == "-prod" ]; then
elif [ $1 == "-exp" ]; then
twine upload -r pip-exp.sh-edraft.de dist/cpl-cli/publish/setup/*
twine upload -r pip-exp.sh-edraft.de dist/cpl-core/publish/setup/*
twine upload -r pip-.sh-edraft.de dist/cpl-query/publish/setup/*
twine upload -r pip-exp.sh-edraft.de dist/cpl-query/publish/setup/*
else
twine upload -r pip-dev.sh-edraft.de dist/cpl-cli/publish/setup/*