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

Change package destination to pypi.org and not the test instance anymore.

parent 692c9c92
No related branches found
No related tags found
1 merge request!55Resolve "Automated build"
Pipeline #871155 passed with warnings
......@@ -97,7 +97,7 @@ build_and_upload:
script:
- pip install build twine
- python3 -m build
- TWINE_PASSWORD=${CI_PYPI_TOKEN} TWINE_USERNAME=__token__ python3 -m twine upload --repository testpypi dist/*
- TWINE_PASSWORD=${CI_PYPI_TOKEN} TWINE_USERNAME=__token__ python3 -m twine upload dist/*
rules:
- if: $CI_COMMIT_TAG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment