Skip to content

Commit

Permalink
BLD: CIRRUS_TAG redux
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfaff committed Dec 19, 2022
1 parent 1d5b339 commit 5567a5d
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 5567a5d

Please sign in to comment.