Skip to content

Commit

Permalink
Deploy rc releases
Browse files Browse the repository at this point in the history
  • Loading branch information
arcondello committed Jul 10, 2021
1 parent 3715730 commit e0f765c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ workflows:
- build-manylinux:
filters:
tags:
only: /^[0-9]+(\.[0-9]+)*(\.dev([0-9]+)?)?$/
only: /^[0-9]+(\.[0-9]+)*((\.dev|rc)([0-9]+)?)?$/
branches:
ignore: /.*/
name: build-manylinux1_<< matrix.architecture >>-py3<< matrix.python-minor >>
Expand All @@ -490,13 +490,13 @@ workflows:
- build-sdist:
filters:
tags:
only: /^[0-9]+(\.[0-9]+)*(\.dev([0-9]+)?)?$/
only: /^[0-9]+(\.[0-9]+)*((\.dev|rc)([0-9]+)?)?$/
branches:
ignore: /.*/
- deploy-linux:
filters:
tags:
only: /^[0-9]+(\.[0-9]+)*(\.dev([0-9]+)?)?$/
only: /^[0-9]+(\.[0-9]+)*((\.dev|rc)([0-9]+)?)?$/
branches:
ignore: /.*/
requires:
Expand All @@ -505,7 +505,7 @@ workflows:
- deploy-osx:
filters:
tags:
only: /^[0-9]+(\.[0-9]+)*(\.dev([0-9]+)?)?$/
only: /^[0-9]+(\.[0-9]+)*((\.dev|rc)([0-9]+)?)?$/
branches:
ignore: /.*/
matrix:
Expand All @@ -514,7 +514,7 @@ workflows:
- deploy-win:
filters:
tags:
only: /^[0-9]+(\.[0-9]+)*(\.dev([0-9]+)?)?$/
only: /^[0-9]+(\.[0-9]+)*((\.dev|rc)([0-9]+)?)?$/
branches:
ignore: /.*/
matrix:
Expand Down

0 comments on commit e0f765c

Please sign in to comment.