diff --git a/.github/workflows/build-pypi.yml b/.github/workflows/build-pypi.yml index b198b5a5..f153990a 100644 --- a/.github/workflows/build-pypi.yml +++ b/.github/workflows/build-pypi.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - name: Build wheels - uses: pypa/cibuildwheel@v2.22 + uses: pypa/cibuildwheel@v2.23 env: CIBW_BUILD: ${{ matrix.pyver }}-* CIBW_BEFORE_BUILD: python -c "import shutil ; shutil.copyfile('tools/setup-pypi.cfg','setup.apsw')" @@ -48,7 +48,7 @@ jobs: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.22 + uses: pypa/cibuildwheel@v2.23 env: CIBW_BUILD: ${{ matrix.pyver }}-${{ matrix.libc }}* CIBW_ARCHS_LINUX: ${{ matrix.arch }} diff --git a/.github/workflows/build-testpypi.yml b/.github/workflows/build-testpypi.yml index 994a8892..b2147ba6 100644 --- a/.github/workflows/build-testpypi.yml +++ b/.github/workflows/build-testpypi.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - name: Build wheels - uses: pypa/cibuildwheel@v2.22 + uses: pypa/cibuildwheel@v2.23 env: CIBW_BUILD: ${{ matrix.pyver }}-* CIBW_BEFORE_BUILD: python -c "import shutil ; shutil.copyfile('tools/setup-pypi.cfg','setup.apsw')" @@ -48,7 +48,7 @@ jobs: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.22 + uses: pypa/cibuildwheel@v2.23 env: CIBW_BUILD: ${{ matrix.pyver }}-${{ matrix.libc }}* CIBW_ARCHS_LINUX: ${{ matrix.arch }}