diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 57c5152..7a309d4 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -69,7 +69,7 @@ jobs: with: fetch-depth: 0 - - uses: pypa/cibuildwheel@v2.23 + - uses: pypa/cibuildwheel@v3.0 env: # limited at least by availability of h5py, which skips pypy and musl CIBW_ARCHS: ${{ matrix.cibw_archs }} @@ -100,7 +100,7 @@ jobs: merge-multiple: true - name: Generate artifact attestations - uses: actions/attest-build-provenance@v2.3.0 + uses: actions/attest-build-provenance@v2.4.0 with: subject-path: "dist/*"