diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 413b74f..af9f020 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -280,7 +280,7 @@ jobs: echo "CIBW_BUILD=${{ matrix.pyver }}*" >> $GITHUB_ENV fi - name: Build wheels - uses: pypa/cibuildwheel@v3.4.0 + uses: pypa/cibuildwheel@v3.4.1 env: CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* pp* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }} REQUIRE_CYTHON: 1 @@ -307,6 +307,6 @@ jobs: merge-multiple: true - uses: - pypa/gh-action-pypi-publish@v1.13.0 + pypa/gh-action-pypi-publish@v1.14.0 # To test: repository_url: https://test.pypi.org/legacy/