Skip to content

Commit

Permalink
CI: build/deploy .postN releases (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomir authored Oct 4, 2021
1 parent 226db81 commit 22bad41
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 @@ -482,7 +482,7 @@ workflows:
- build-manylinux:
filters:
tags:
only: /^[0-9]+(\.[0-9]+)*((\.dev|rc)([0-9]+)?)?$/
only: /^[0-9]+(\.[0-9]+)*((\.dev|rc|\.post)([0-9]+)?)?$/
branches:
ignore: /.*/
name: build-manylinux1_<< matrix.architecture >>-py3<< matrix.python-minor >>
Expand All @@ -493,13 +493,13 @@ workflows:
- build-sdist:
filters:
tags:
only: /^[0-9]+(\.[0-9]+)*((\.dev|rc)([0-9]+)?)?$/
only: /^[0-9]+(\.[0-9]+)*((\.dev|rc|\.post)([0-9]+)?)?$/
branches:
ignore: /.*/
- deploy-linux:
filters:
tags:
only: /^[0-9]+(\.[0-9]+)*((\.dev|rc)([0-9]+)?)?$/
only: /^[0-9]+(\.[0-9]+)*((\.dev|rc|\.post)([0-9]+)?)?$/
branches:
ignore: /.*/
requires:
Expand All @@ -508,7 +508,7 @@ workflows:
- deploy-osx:
filters:
tags:
only: /^[0-9]+(\.[0-9]+)*((\.dev|rc)([0-9]+)?)?$/
only: /^[0-9]+(\.[0-9]+)*((\.dev|rc|\.post)([0-9]+)?)?$/
branches:
ignore: /.*/
matrix:
Expand All @@ -517,7 +517,7 @@ workflows:
- deploy-win:
filters:
tags:
only: /^[0-9]+(\.[0-9]+)*((\.dev|rc)([0-9]+)?)?$/
only: /^[0-9]+(\.[0-9]+)*((\.dev|rc|\.post)([0-9]+)?)?$/
branches:
ignore: /.*/
matrix:
Expand Down

0 comments on commit 22bad41

Please sign in to comment.