We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2df48bd + f9d841f commit d79ebbdCopy full SHA for d79ebbd
.gitlab-ci.yml
@@ -592,7 +592,7 @@ publish wheels to testpypi registry:
592
extends:
593
- .runner-utility-linux-x86_64
594
rules:
595
- - if: $PARENT_COMMIT_BRANCH =~ /release-.*/
+ - if: $CI_COMMIT_BRANCH =~ /release-.*/
596
when: manual
597
allow_failure: true
598
environment:
@@ -611,7 +611,7 @@ publish wheels to pypi registry:
611
612
613
614
615
616
617
0 commit comments