Skip to content

Commit 8e8efa1

Browse files
committed
fix: only publish release candidate on rc branch
1 parent 8a26d46 commit 8e8efa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Test Unit (3.9):
8686
PyPI Publish (RC):
8787
extends: .pypi-publish
8888
rules:
89-
- if: '$CI_COMMIT_BRANCH =~ /^rc\//'
89+
- if: '$CI_COMMIT_BRANCH == "rc"'
9090
when: manual
9191

9292
PyPI Publish (Final):

0 commit comments

Comments
 (0)