-
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
- Loading branch information
1 parent
f759e23
commit 18d0a39
Showing
3 changed files
with
43 additions
and
43 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].2 | ||
uses: pypa/[email protected].4 | ||
env: | ||
# For presubmit, just build / test the most common arch | ||
CIBW_ARCHS: native | ||
|
@@ -66,7 +66,7 @@ jobs: | |
CIBW_TEST_REQUIRES: pytest | ||
CIBW_TEST_COMMAND: py.test -v {project}/tests/ | ||
|
||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: python-package-distributions | ||
path: wheelhouse/ | ||
|
@@ -93,7 +93,7 @@ jobs: | |
|
||
- id: load-cache | ||
name: Load cached C library | ||
uses: actions/cache@v3 | ||
uses: actions/cache@v4 | ||
with: | ||
path: ${{ github.workspace }}/usr | ||
key: | ||
|
@@ -116,7 +116,7 @@ jobs: | |
make -C build all install | ||
- name: Build Wheels | ||
uses: pypa/[email protected].2 | ||
uses: pypa/[email protected].4 | ||
env: | ||
# For presubmit, just build / test the most common arch | ||
CIBW_ARCHS: native | ||
|
@@ -129,7 +129,7 @@ jobs: | |
CIBW_TEST_REQUIRES: pytest | ||
CIBW_TEST_COMMAND: py.test -v {project}/tests/ | ||
|
||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: python-package-distributions | ||
path: wheelhouse/ | ||
|
@@ -161,7 +161,7 @@ jobs: | |
|
||
- id: load-cache | ||
name: Load cached C library | ||
uses: actions/cache@v3 | ||
uses: actions/cache@v4 | ||
with: | ||
path: ${{ github.workspace }}\usr | ||
key: | ||
|
@@ -203,7 +203,7 @@ jobs: | |
fi | ||
- name: Build Wheels | ||
uses: pypa/[email protected].2 | ||
uses: pypa/[email protected].4 | ||
env: | ||
CIBW_ARCHS_WINDOWS: ${{ steps.platform-arch.outputs.arch }} | ||
# For presubmit, skip build / test for pypy | ||
|
@@ -213,7 +213,7 @@ jobs: | |
CIBW_TEST_REQUIRES: pytest | ||
CIBW_TEST_COMMAND: py.test -v {project}/tests | ||
|
||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: python-package-distributions | ||
path: wheelhouse/ |
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
uses: actions/setup-python@v5 | ||
- name: Build | ||
run: python setup.py sdist | ||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: python-package-distributions | ||
path: dist/ | ||
|
@@ -48,7 +48,7 @@ jobs: | |
uses: docker/setup-qemu-action@v3 | ||
|
||
- name: Build Wheels | ||
uses: pypa/[email protected].2 | ||
uses: pypa/[email protected].4 | ||
env: | ||
CIBW_ARCHS_LINUX: ${{ matrix.arch }} | ||
CIBW_ENVIRONMENT: > | ||
|
@@ -70,7 +70,7 @@ jobs: | |
CIBW_TEST_REQUIRES: pytest | ||
CIBW_TEST_COMMAND: py.test -v {project}/tests/ | ||
|
||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: python-package-distributions | ||
path: wheelhouse/ | ||
|
@@ -99,7 +99,7 @@ jobs: | |
|
||
- id: load-cache | ||
name: Load cached C library | ||
uses: actions/cache@v3 | ||
uses: actions/cache@v4 | ||
with: | ||
path: ${{ github.workspace }}/usr | ||
key: | ||
|
@@ -121,7 +121,7 @@ jobs: | |
make -C build all install | ||
- name: Build Wheels | ||
uses: pypa/[email protected].2 | ||
uses: pypa/[email protected].4 | ||
env: | ||
CIBW_ARCHS_MACOS: ${{ matrix.arch }} | ||
CIBW_ENVIRONMENT: > | ||
|
@@ -131,7 +131,7 @@ jobs: | |
CIBW_TEST_REQUIRES: pytest | ||
CIBW_TEST_COMMAND: py.test -v {project}/tests/ | ||
|
||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: python-package-distributions | ||
path: wheelhouse/ | ||
|
@@ -162,7 +162,7 @@ jobs: | |
|
||
- id: load-cache | ||
name: Load cached C library | ||
uses: actions/cache@v3 | ||
uses: actions/cache@v4 | ||
with: | ||
path: ${{ github.workspace }}\usr | ||
key: | ||
|
@@ -195,7 +195,7 @@ jobs: | |
fi | ||
- name: Build Wheels | ||
uses: pypa/[email protected].2 | ||
uses: pypa/[email protected].4 | ||
env: | ||
CIBW_ARCHS_WINDOWS: ${{ steps.platform-arch.outputs.arch }} | ||
CIBW_ENVIRONMENT: > | ||
|
@@ -205,7 +205,7 @@ jobs: | |
CIBW_TEST_REQUIRES: pytest | ||
CIBW_TEST_COMMAND: py.test -v {project}/tests | ||
|
||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: python-package-distributions | ||
path: wheelhouse/ | ||
|
@@ -221,12 +221,12 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Download all the dists | ||
uses: actions/download-artifact@v3 | ||
uses: actions/download-artifact@v4 | ||
with: | ||
name: python-package-distributions | ||
path: dist/ | ||
- name: Download all the wheels | ||
uses: actions/download-artifact@v3 | ||
uses: actions/download-artifact@v4 | ||
with: | ||
name: python-package-distributions | ||
path: wheelhouse/ | ||
|
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