From 050551034a2cf14d8eee07c288e2d8f644f3ea26 Mon Sep 17 00:00:00 2001 From: Andrew Nelson Date: Mon, 19 Dec 2022 14:56:24 +1100 Subject: [PATCH] BLD: CIRRUS_TAG redux Make cirrus upload on tag push. --- tools/ci/cirrus_general.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/cirrus_general.yml b/tools/ci/cirrus_general.yml index 38a9d30af76b..252a459699b7 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