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

WIP

parent 721e5c56
No related branches found
No related tags found
1 merge request!55Resolve "Automated build"
Pipeline #860220 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-url https://test.pypi.org/simple/ dist/*
- TWINE_PASSWORD=${CI_JOB_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