Skip to content

Commit

Permalink
Use own fork of cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Jul 23, 2023
1 parent a1474cb commit 5ff47f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
submodules: recursive

- name: Build wheels
uses: pypa/cibuildwheel@v2.11.4
uses: laggykiller/cibuildwheel
env:
CIBW_BUILD_FRONTEND: build
CIBW_ARCHS_WINDOWS: AMD64 x86 ARM64
CIBW_ARCHS_WINDOWS: ARM64 # AMD64 x86 commented out for testing purposes
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
CIBW_ARCHS_LINUX: x86_64 i686 aarch64 ppc64le s390x
# If enable stubgen (pyproject.toml), then requires mypy which depends on typed-ast
Expand Down

0 comments on commit 5ff47f3

Please sign in to comment.