Skip to content

Commit

Permalink
Merge pull request #22830 from charris/backport-22824
Browse files Browse the repository at this point in the history
BLD: CIRRUS_TAG redux
  • Loading branch information
charris committed Dec 19, 2022
2 parents 92bdeb4 + 0505510 commit f28cdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/cirrus_general.yml
Expand Up @@ -80,7 +80,7 @@ wheels_upload_task:
# only upload wheels to staging if it's a tag beginning with 'v' and you're
# on a maintenance branch
if [[ "$CIRRUS_TAG" == v* ]] && [[ "$CIRRUS_BRANCH" == maintenance* ]]; then
if [[ "$CIRRUS_TAG" == v* ]] && [[ $CIRRUS_TAG != *"dev0"* ]]; then
export IS_PUSH="true"
fi
Expand Down

0 comments on commit f28cdda

Please sign in to comment.