From 35c6756f43f3522e20f5cca4df24c3b500354c70 Mon Sep 17 00:00:00 2001 From: "Thomas J. Fan" Date: Sat, 9 Nov 2024 14:45:32 -0500 Subject: [PATCH] Update cibuildwheel to support python 3.13 and use the final release --- .github/workflows/build_and_publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 1aac946a..3adf8fe7 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -22,7 +22,7 @@ jobs: git fetch --prune --unshallow - name: Build wheels - uses: pypa/cibuildwheel@v2.21.0 + uses: pypa/cibuildwheel@v2.21.3 - uses: actions/upload-artifact@v4 with: @@ -67,4 +67,4 @@ jobs: with: user: __token__ password: ${{ secrets.PYPI_TOKEN }} - To test: repository_url: https://test.pypi.org/legacy/ + # To test: repository_url: https://test.pypi.org/legacy/