Skip to content
Snippets Groups Projects
Commit 58c5726d authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

fix pypi versioning

parent d1bed559
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ testpypi: ...@@ -29,7 +29,7 @@ testpypi:
- python -m build - python -m build
- twine upload --repository testpypi -u __token__ -p ${TESTPYPI_JUPYTERJSC_TOKEN} dist/* - twine upload --repository testpypi -u __token__ -p ${TESTPYPI_JUPYTERJSC_TOKEN} dist/*
rules: rules:
- if: '$CI_COMMIT_TAG =~ /^\d+\.\d+\.\d+(-.+)$/' - if: '$CI_COMMIT_TAG =~ /^\d+\.\d+\.\d+(\..+)$/'
### ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment