Skip to content

Commit e2b0fc4

Browse files
committed
wip: only build on tag
1 parent 6f89f67 commit e2b0fc4

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.circleci/config.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,20 @@ jobs:
120120
- checkout
121121
- build-wheels
122122

123+
tag_only: &TAG_ONLY
124+
filters:
125+
tags:
126+
only: /..*/
127+
123128
workflows:
124129
build:
125130
jobs:
126131
- build-and-test
127132
build-wheels-all:
128-
when: <<pipeline.git.tag>>
129133
jobs:
130-
- build-wheels-linux
131-
- build-wheels-windows
132-
- build-wheels-osx
134+
- build-wheels-linux:
135+
<<: *TAG_ONLY
136+
- build-wheels-windows:
137+
<<: *TAG_ONLY
138+
- build-wheels-osx:
139+
<<: *TAG_ONLY

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy