Skip to content
Snippets Groups Projects
Commit 7844c2a7 authored by Mayr, Hannes's avatar Mayr, Hannes
Browse files

Add access token.

parent ca393744
No related branches found
Tags
1 merge request!55Resolve "Automated build"
Pipeline #860235 failed
......@@ -99,7 +99,7 @@ build_and_upload:
script:
- pip install build twine
- python3 -m build
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python3 -m twine upload --repository testpypi dist/*
- TWINE_PASSWORD=${CI_PYPI_TOKEN} TWINE_USERNAME=gitlab-ci-token python3 -m twine upload --repository testpypi dist/*
rules:
- if: "$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH"
- when: manual
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment