Skip to content
Snippets Groups Projects
Commit d9db59a7 authored by Martin Lange's avatar Martin Lange
Browse files

change repo to test-pypi for trying it out

parent 81173ca2
No related branches found
No related tags found
1 merge request!198PyPI release
Pipeline #130930 passed with stages
in 3 minutes and 32 seconds
......@@ -63,6 +63,6 @@ pypi_release:
script:
- pip install build twine
- python -m build
- python -m twine upload -u __token__ -p ${PYPI_TOKEN} dist/*
- python -m twine upload -r testpypi -u __token__ -p ${TEST_PYPI_TOKEN} dist/*
only:
- tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment