Skip to content
Snippets Groups Projects
Commit f44302c3 authored by Moul's avatar Moul
Browse files

[ci] publish PyPI test release on tag to avoid duplicate release

parent 00e37a6f
No related branches found
No related tags found
2 merge requests!101Release 0.57.0,!93#66: Introduce Poetry
Pipeline #8050 passed
...@@ -90,6 +90,7 @@ release_test: ...@@ -90,6 +90,7 @@ release_test:
script: script:
- poetry config repositories.pypi_test https://test.pypi.org/legacy/ - poetry config repositories.pypi_test https://test.pypi.org/legacy/
- poetry publish --build --username $PYPI_TEST_LOGIN --password $PYPI_TEST_PASSWORD --repository pypi_test - poetry publish --build --username $PYPI_TEST_LOGIN --password $PYPI_TEST_PASSWORD --repository pypi_test
only: [tags]
pages: pages:
stage: publish_doc stage: publish_doc
......
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