summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2022-01-27 00:23:03 +0200
committermattip <matti.picus@gmail.com>2022-01-27 00:23:03 +0200
commit3832aa2926947db7c80df84b23de9cf9770d5dc7 (patch)
treee2fa2e4370305ac060c3c6dfded66d75765e21af /.github
parent9be10756d2b5dacc08fa44b04f94f6941920188c (diff)
downloadnumpy-3832aa2926947db7c80df84b23de9cf9770d5dc7.tar.gz
exclude the *dev0 dummy tag
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/wheels.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index 2e6eeaeb2..131e0d9cb 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -44,7 +44,7 @@ jobs:
contains(needs.get_commit_message.outputs.message, '[wheel build]') ||
github.event_name == 'schedule' ||
github.event_name == 'workflow_dispatch' ||
- (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v'))
+ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && ( ! endsWith(github.ref, 'dev0')))
runs-on: ${{ matrix.buildplat[0] }}
strategy:
# Ensure that a wheel builder finishes even if another fails