-
Notifications
You must be signed in to change notification settings - Fork 564
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
- uses: actions/[email protected] | ||
|
||
- name: Build wheels | ||
uses: pypa/cibuildwheel@v2.16.5 | ||
uses: pypa/cibuildwheel@v2.20.0 | ||
env: | ||
CIBW_ARCHS_WINDOWS: "AMD64 x86" | ||
# AMD64 and Intel32 wheels, but not ARM64 (yet) | ||
|
@@ -60,7 +60,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Build wheels | ||
uses: pypa/cibuildwheel@v2.16.5 | ||
uses: pypa/cibuildwheel@v2.20.0 | ||
env: | ||
# based on CentOS 7; glibc 64-bit builds only; no bundled libraries | ||
# https://github.com/pypa/manylinux#docker-images | ||
|
@@ -94,7 +94,7 @@ jobs: | |
- uses: actions/[email protected] | ||
|
||
- name: Build wheels | ||
uses: pypa/cibuildwheel@v2.16.5 | ||
uses: pypa/cibuildwheel@v2.20.0 | ||
# https://cibuildwheel.readthedocs.io/en/stable/options/#options-summary | ||
env: | ||
CIBW_ARCHS_MACOS: x86_64 | ||
|
@@ -122,7 +122,7 @@ jobs: | |
run: brew install unixodbc | ||
|
||
- name: Build wheels | ||
uses: pypa/cibuildwheel@v2.16.5 | ||
uses: pypa/cibuildwheel@v2.20.0 | ||
# https://cibuildwheel.readthedocs.io/en/stable/options/#options-summary | ||
env: | ||
CIBW_ARCHS_MACOS: arm64 | ||
|