From c97a9ca0f7d08d8ebf3d5a1596a182041a74e329 Mon Sep 17 00:00:00 2001 From: Dan Dees Date: Sat, 1 Apr 2023 12:36:00 +0700 Subject: [PATCH 1/2] upgrade upload-artifact --- .github/workflows/wheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index 6cf2fe94..79dbd05b 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -44,7 +44,7 @@ jobs: CIBW_SKIP: pp* - name: Upload Wheels to artifact - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2 with: name: Wheels path: wheelhouse From 38682800b5a0adca1b4840f4f8193f35a9440b1c Mon Sep 17 00:00:00 2001 From: Dan Dees Date: Sat, 1 Apr 2023 12:36:31 +0700 Subject: [PATCH 2/2] build pypy wheels --- .github/workflows/wheel.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index 79dbd05b..fdeb6816 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -41,7 +41,6 @@ jobs: CIBW_TEST_COMMAND: "pytest {package}/test" CIBW_ARCHS_LINUX: auto aarch64 CIBW_ARCHS_MACOS: x86_64 universal2 arm64 - CIBW_SKIP: pp* - name: Upload Wheels to artifact uses: actions/upload-artifact@v2