diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1fff54..ff24055 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -104,7 +104,7 @@ jobs: python-version: ${{ matrix.python }} - name: Build wheel - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0 with: maturin-version: v1.11.5 target: ${{ matrix.target }} @@ -153,7 +153,7 @@ jobs: persist-credentials: false - name: Build source distribution - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0 with: maturin-version: v1.11.5 command: sdist