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

ci: We shouldn’t be able to release on PyPI on the main branch without a tag

Keeping this possibility for PyPI_test job since it’s for testing purposes
parent 5f40d5ac
No related branches found
No related tags found
No related merge requests found
Pipeline #38365 waiting for manual action
...@@ -151,9 +151,6 @@ release: ...@@ -151,9 +151,6 @@ release:
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
when: manual when: manual
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: manual
- when: never
release_test: release_test:
stage: release stage: release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment