From 80e2c4432a698cbfa6ee4ba73f33d65a2581c5e8 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Mon, 23 Sep 2024 11:58:32 +0200 Subject: [PATCH 1/2] Update cibuildwheel lib Fixs: https://github.com/pypa/cibuildwheel/releases --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f99bcb6..685ea59 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - name: Build wheels - uses: pypa/cibuildwheel@v2.20.0 + uses: pypa/cibuildwheel@v2.20.1 env: CIBW_SKIP: pp* # Skip PyPy MACOSX_DEPLOYMENT_TARGET: "10.14" From 55ca44d989131abdc6b3166cd34b7bf1971c7da3 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Mon, 23 Sep 2024 12:12:40 +0200 Subject: [PATCH 2/2] Update cd.yml --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 685ea59..b96eda8 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - name: Build wheels - uses: pypa/cibuildwheel@v2.20.1 + uses: pypa/cibuildwheel@v2.21.1 env: CIBW_SKIP: pp* # Skip PyPy MACOSX_DEPLOYMENT_TARGET: "10.14"