diff options
author | Andrew Nelson <andyfaff@gmail.com> | 2022-12-19 14:56:24 +1100 |
---|---|---|
committer | Andrew Nelson <andyfaff@gmail.com> | 2022-12-19 14:56:24 +1100 |
commit | 5567a5d3ce52dabf8f0bddf9c161adac22ed02b9 (patch) | |
tree | 919ef322304b0ba68029836b64722f372d9a0faf /tools | |
parent | 1d5b3397dc7beaf9ca7b2326127e74f55aecd162 (diff) | |
download | numpy-5567a5d3ce52dabf8f0bddf9c161adac22ed02b9.tar.gz |
BLD: CIRRUS_TAG redux
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ci/cirrus_general.yml | 2 |
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 |