Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit 99aad4a

Browse files
Fixed Executing Workflows for a Git Tag (#72)
1 parent 8af06b2 commit 99aad4a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.circleci/config.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -161,17 +161,19 @@ workflows:
161161
- '3.7'
162162
- '3.8'
163163
- '3.9.0rc2'
164-
name: a
164+
filters: # required since `publish-release-pypi` has tag filters AND requires `build`
165+
tags:
166+
only: /.*/
165167
- build
166168
- publish-release-pypi:
167169
requires:
168170
- build-2.7
169171
python_version: "2.7"
170172
filters:
173+
tags:
174+
only: /^v.*/
171175
branches:
172176
ignore: /.*/
173-
tags:
174-
only: /^v\d+\.\d+\.\d+$/
175177

176178
nightly:
177179
triggers:

0 commit comments

Comments
 (0)