We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f89f67 commit e2b0fc4Copy full SHA for e2b0fc4
.circleci/config.yml
@@ -120,13 +120,20 @@ jobs:
120
- checkout
121
- build-wheels
122
123
+tag_only: &TAG_ONLY
124
+ filters:
125
+ tags:
126
+ only: /..*/
127
+
128
workflows:
129
build:
130
jobs:
131
- build-and-test
132
build-wheels-all:
- when: <<pipeline.git.tag>>
133
- - build-wheels-linux
- - build-wheels-windows
- - build-wheels-osx
134
+ - build-wheels-linux:
135
+ <<: *TAG_ONLY
136
+ - build-wheels-windows:
137
138
+ - build-wheels-osx:
139
0 commit comments