define variable for publish test
This commit is contained in:
parent
235e3a18e4
commit
f9a3c93fb7
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue