This commit is contained in:
HgO 2022-08-15 17:31:16 +02:00
parent 3b4989c710
commit c640ba2563

View file

@ -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 --skip-existing --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: