Skip to content

Commit

Permalink
Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dofuuz committed Aug 10, 2022
1 parent 1a0c342 commit 86b81c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
submodules: true

- name: Build wheels
uses: pypa/cibuildwheel@v2.3.0
uses: pypa/cibuildwheel@v2.8.1
env:
# Skip build errors
CIBW_SKIP: "pp37-macosx_x86_64 pp38-*"
# Skip builds(save time / avoid build error)
CIBW_SKIP: "pp37-* pp39-* *-musllinux_*"

- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 86b81c4

Please sign in to comment.