summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrew Nelson <andyfaff@gmail.com>2022-12-19 14:56:24 +1100
committerAndrew Nelson <andyfaff@gmail.com>2022-12-19 14:56:24 +1100
commit5567a5d3ce52dabf8f0bddf9c161adac22ed02b9 (patch)
tree919ef322304b0ba68029836b64722f372d9a0faf /tools
parent1d5b3397dc7beaf9ca7b2326127e74f55aecd162 (diff)
downloadnumpy-5567a5d3ce52dabf8f0bddf9c161adac22ed02b9.tar.gz
BLD: CIRRUS_TAG redux
Diffstat (limited to 'tools')
-rw-r--r--tools/ci/cirrus_general.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/cirrus_general.yml b/tools/ci/cirrus_general.yml
index 2ec2ad837..afbd742ea 100644
--- a/tools/ci/cirrus_general.yml
+++ b/tools/ci/cirrus_general.yml
@@ -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