Skip to content
Snippets Groups Projects
Commit ad410b0d authored by Leštáková, Michaela's avatar Leštáková, Michaela
Browse files

remove testpypi

parent a46363a0
No related branches found
No related tags found
No related merge requests found
Pipeline #1064815 passed
......@@ -55,7 +55,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