define variable for publish test

This commit is contained in:
HgO 2022-08-14 15:56:42 +02:00
parent 235e3a18e4
commit f9a3c93fb7

View file

@ -82,7 +82,7 @@ publish test:
script:
- apk add --no-cache git
- python -m build
- twine upload --repository testpypi ./dist/*
- twine upload --repository-url "${TWINE_TEST_REPOSITORY_URL}" -u "${TWINE_TEST_USERNAME}" -p "${TWINE_TEST_PASSWORD}" ./dist/*
cache:
policy: pull
artifacts: