From bf2ddbce329fb6bee881289c9a3a005cd2534ad8 Mon Sep 17 00:00:00 2001 From: ZipFile Date: Mon, 16 Jun 2025 10:51:39 +0000 Subject: [PATCH] Upgrade cibuildwheel --- .github/workflows/publishing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publishing.yml b/.github/workflows/publishing.yml index 0151704c..776256c7 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/publishing.yml @@ -70,10 +70,10 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build wheels - uses: pypa/cibuildwheel@v2.23.3 + uses: pypa/cibuildwheel@v3.0.0 - uses: actions/upload-artifact@v4 with: - name: cibw-wheels-x86-${{ matrix.os }}-${{ strategy.job-index }} + name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }} path: ./wheelhouse/*.whl test-publish: