*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit cee3f32a authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Remove the branch requirement for PyPI release

parent ac5c4997
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ sonarqube-check: ...@@ -17,7 +17,7 @@ sonarqube-check:
pypi-release: pypi-release:
rules: rules:
- if: '$CI_COMMIT_BRANCH == "master" && $CI_COMMIT_TAG =~ /^v/' - if: '$CI_COMMIT_TAG =~ /^v\d+/'
script: script:
- pip3 install --upgrade pip build twine - pip3 install --upgrade pip build twine
- rm -f dist/* - rm -f dist/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment