-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all dependencies (#183)
- Loading branch information
1 parent
5ff1207
commit 4a0ed6a
Showing
3 changed files
with
31 additions
and
31 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 |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
submodules: 'recursive' | ||
|
||
- name: Build Wheels | ||
uses: pypa/[email protected].1 | ||
uses: pypa/[email protected].2 | ||
env: | ||
# For presubmit, just build / test the most common arch | ||
CIBW_ARCHS: native | ||
|
@@ -116,7 +116,7 @@ jobs: | |
make -C build all install | ||
- name: Build Wheels | ||
uses: pypa/[email protected].1 | ||
uses: pypa/[email protected].2 | ||
env: | ||
# For presubmit, just build / test the most common arch | ||
CIBW_ARCHS: native | ||
|
@@ -203,7 +203,7 @@ jobs: | |
fi | ||
- name: Build Wheels | ||
uses: pypa/[email protected].1 | ||
uses: pypa/[email protected].2 | ||
env: | ||
CIBW_ARCHS_WINDOWS: ${{ steps.platform-arch.outputs.arch }} | ||
# For presubmit, skip build / test for pypy | ||
|
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 |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
submodules: 'recursive' | ||
|
||
- name: Build Wheels | ||
uses: pypa/[email protected].1 | ||
uses: pypa/[email protected].2 | ||
env: | ||
CIBW_ARCHS_LINUX: x86_64 | ||
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1 | ||
|
@@ -91,7 +91,7 @@ jobs: | |
uses: docker/setup-qemu-action@v3 | ||
|
||
- name: Build Wheels | ||
uses: pypa/[email protected].1 | ||
uses: pypa/[email protected].2 | ||
env: | ||
CIBW_ARCHS_LINUX: ${{ matrix.arch }} | ||
CIBW_ENVIRONMENT: > | ||
|
@@ -164,7 +164,7 @@ jobs: | |
make -C build all install | ||
- name: Build Wheels | ||
uses: pypa/[email protected].1 | ||
uses: pypa/[email protected].2 | ||
env: | ||
CIBW_ARCHS_MACOS: ${{ matrix.arch }} | ||
CIBW_ENVIRONMENT: > | ||
|
@@ -238,7 +238,7 @@ jobs: | |
fi | ||
- name: Build Wheels | ||
uses: pypa/[email protected].1 | ||
uses: pypa/[email protected].2 | ||
env: | ||
CIBW_ARCHS_WINDOWS: ${{ steps.platform-arch.outputs.arch }} | ||
CIBW_ENVIRONMENT: > | ||
|
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