diff --git a/.github/workflows/python-wheels.yml b/.github/workflows/python-wheels.yml index c3d2d61..da82e42 100644 --- a/.github/workflows/python-wheels.yml +++ b/.github/workflows/python-wheels.yml @@ -41,7 +41,7 @@ jobs: 3.13 - name: Build wheels - uses: PyO3/maturin-action@423a6347767a8b16e65c2a7a7042e4a921528da8 # v1 + uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1 with: command: build args: --release --out dist --find-interpreter @@ -62,7 +62,7 @@ jobs: steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Build sdist - uses: PyO3/maturin-action@423a6347767a8b16e65c2a7a7042e4a921528da8 # v1 + uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1 with: command: sdist args: --out dist @@ -113,7 +113,7 @@ jobs: - name: Publish env: MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }} - uses: PyO3/maturin-action@423a6347767a8b16e65c2a7a7042e4a921528da8 # v1 + uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1 with: command: upload args: --non-interactive --skip-existing dist/*