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

Commit

Permalink
Fixed Executing Workflows for a Git Tag (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 authored Oct 5, 2020
1 parent 8af06b2 commit 99aad4a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,17 +161,19 @@ workflows:
- '3.7'
- '3.8'
- '3.9.0rc2'
name: a
filters: # required since `publish-release-pypi` has tag filters AND requires `build`
tags:
only: /.*/
- build
- publish-release-pypi:
requires:
- build-2.7
python_version: "2.7"
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/
tags:
only: /^v\d+\.\d+\.\d+$/

nightly:
triggers:
Expand Down

0 comments on commit 99aad4a

Please sign in to comment.