diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 599f9627..9dec7f23 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -113,7 +113,7 @@ jobs: uses: ilammy/msvc-dev-cmd@v1 - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.16.2 setuptools toml + run: python -m pip install cibuildwheel==2.19.2 setuptools toml - name: Get package name and version (Linux / Mac) if: ${{ ! startsWith(matrix.os, 'windows-') }} diff --git a/.github/workflows/wheels_faster.yml b/.github/workflows/wheels_faster.yml index 094a59c5..63c7d469 100644 --- a/.github/workflows/wheels_faster.yml +++ b/.github/workflows/wheels_faster.yml @@ -56,7 +56,7 @@ jobs: uses: ilammy/msvc-dev-cmd@v1 - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.16.2 setuptools toml + run: python -m pip install cibuildwheel==2.19.2 setuptools toml - name: Get package name and version (Linux / Mac) if: ${{ ! startsWith(matrix.os, 'windows-') }} @@ -127,4 +127,4 @@ jobs: - uses: actions/upload-artifact@v4 with: name: ${{ env.PACKAGE_NAME }}-${{ env.PACKAGE_VERSION }}-cp${{ matrix.cibw_python }}-${{ matrix.platform_id }} - path: ./wheelhouse/cp${{ matrix.cibw_python }}-${{ matrix.platform_id }}/*.whl \ No newline at end of file + path: ./wheelhouse/cp${{ matrix.cibw_python }}-${{ matrix.platform_id }}/*.whl