Skip to content

Commit

Permalink
CI: Add PyPI precheck to Circle workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jan 17, 2019
1 parent 40a2424 commit ac394fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,15 @@ workflows:
only: /.*/
tags:
only: /.*/
- pypi_precheck:
filters:
tags:
only: /.*/
- deployment:
requires:
- test
- githubPagesTest
- pypi_precheck
filters:
branches:
ignore: /.*/
Expand Down

0 comments on commit ac394fd

Please sign in to comment.