diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 523cb8a..4522ba8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -76,7 +76,7 @@ jobs: make test - name: "Build macOS wheels" if: startsWith(matrix.os, 'mac') && (matrix.python-version == '3.9') - uses: pypa/cibuildwheel@v2.12.0 + uses: pypa/cibuildwheel@v2.13.1 env: MACOSX_DEPLOYMENT_TARGET: "10.15" CIBW_ARCHS_MACOS: "x86_64 arm64" @@ -163,7 +163,7 @@ jobs: with: platforms: arm64 - name: Build wheels - uses: pypa/cibuildwheel@v2.12.0 + uses: pypa/cibuildwheel@v2.13.1 with: output-dir: dist - uses: actions/upload-artifact@v3