Skip to content

Commit

Permalink
fix: only publish release candidate on rc branch
Browse files Browse the repository at this point in the history
  • Loading branch information
erichulburd committed Feb 14, 2022
1 parent 8a26d46 commit 8e8efa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Test Unit (3.9):
PyPI Publish (RC):
extends: .pypi-publish
rules:
- if: '$CI_COMMIT_BRANCH =~ /^rc\//'
- if: '$CI_COMMIT_BRANCH == "rc"'
when: manual

PyPI Publish (Final):
Expand Down

0 comments on commit 8e8efa1

Please sign in to comment.