12 lines
405 B
Plaintext
12 lines
405 B
Plaintext
upload:
|
|
prod:
|
|
twine upload --repository-url https://pip.sh-edraft.de dist/publish/setup/*
|
|
twine upload -r pip.sh-edraft.de dist/publish/setup/*
|
|
|
|
dev:
|
|
twine upload --repository-url https://pip-dev.sh-edraft.de dist/publish/setup/*
|
|
twine upload -r pip-dev.sh-edraft.de dist/publish/setup/*
|
|
|
|
install:
|
|
pip install --extra-index-url https://pip.sh-edraft.de/ sh_cpl
|