Skip to content

Commit

Permalink
Exclude latest and latest-tmp from main build job
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Jan 31, 2019
1 parent 06f36a8 commit f0762ea
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ references:
- image: dockcross/manylinux-x64
<<: *ci_steps

no_filters: &no_filters
build_job_filters: &build_job_filters
filters:
tags:
only: /.*/
ignore:
- latest
- latest-tmp

jobs:

Expand Down Expand Up @@ -103,17 +105,17 @@ workflows:
jobs:
# x64
- manylinux-x64_cp27-cp27m:
<<: *no_filters
<<: *build_job_filters
- manylinux-x64_cp27-cp27mu:
<<: *no_filters
<<: *build_job_filters
- manylinux-x64_cp34-cp34m:
<<: *no_filters
<<: *build_job_filters
- manylinux-x64_cp35-cp35m:
<<: *no_filters
<<: *build_job_filters
- manylinux-x64_cp36-cp36m:
<<: *no_filters
<<: *build_job_filters
- manylinux-x64_cp37-cp37m_upload-sdist:
<<: *no_filters
<<: *build_job_filters
# x86
# NA

Expand Down

0 comments on commit f0762ea

Please sign in to comment.