skip existing test deployment
This commit is contained in:
parent
f9a3c93fb7
commit
3b4989c710
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ publish test:
|
||||||
script:
|
script:
|
||||||
- apk add --no-cache git
|
- apk add --no-cache git
|
||||||
- python -m build
|
- python -m build
|
||||||
- twine upload --repository-url "${TWINE_TEST_REPOSITORY_URL}" -u "${TWINE_TEST_USERNAME}" -p "${TWINE_TEST_PASSWORD}" ./dist/*
|
- twine upload --skip-existing --repository-url "${TWINE_TEST_REPOSITORY_URL}" -u "${TWINE_TEST_USERNAME}" -p "${TWINE_TEST_PASSWORD}" ./ dist/*
|
||||||
cache:
|
cache:
|
||||||
policy: pull
|
policy: pull
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in a new issue