Skip to content

Commit

Permalink
fix ci (i think)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroIntensity committed Sep 17, 2022
1 parent 80cea76 commit 3483bb5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ on:
branches:
- master

concurrency:
group: build-${{ github.head_ref }}
cancel-in-progress: true

env:
CIBW_SKIP: >
pp*
jobs:
binary-wheels-standard:
name: Binary wheels for ${{ startsWith(matrix.os, 'macos-') && 'macOS' || startsWith(matrix.os, 'windows-') && 'Windows' || 'Linux' }}
Expand Down Expand Up @@ -67,6 +75,7 @@ jobs:
github.event_name == 'push'
&&
(github.ref == 'refs/heads/master' || startsWith(github.event.ref, 'refs/tags'))
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 3483bb5

Please sign in to comment.