diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2022-12-19 09:50:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-19 09:50:57 -0500 |
commit | ca257565537483ff3b37ab40013f2b7f344e968d (patch) | |
tree | 144f97ccf5a80586e9021fdc4948b7cbc0c56289 | |
parent | cd7559fd4f4b758483812fb6440fbff9cf900db6 (diff) | |
parent | 5567a5d3ce52dabf8f0bddf9c161adac22ed02b9 (diff) | |
download | numpy-ca257565537483ff3b37ab40013f2b7f344e968d.tar.gz |
Merge pull request #22824 from andyfaff/tagger_redux
BLD: CIRRUS_TAG redux
-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 |