diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 61f9692b..017b4e14 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -90,7 +90,7 @@ jobs: key: package.version value: ${{ needs.calculate-version.outputs.version }} - name: Build wheels - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1 + uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1 with: target: ${{ matrix.platform.target }} args: --release --out dist --find-interpreter @@ -129,7 +129,7 @@ jobs: key: package.version value: ${{ needs.calculate-version.outputs.version }} - name: Build wheels - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1 + uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1 with: target: ${{ matrix.platform.target }} args: --release --out dist --find-interpreter @@ -164,7 +164,7 @@ jobs: key: package.version value: ${{ needs.calculate-version.outputs.version }} - name: Build wheels - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1 + uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1 with: target: ${{ matrix.platform.target }} args: --release --out dist --find-interpreter @@ -197,7 +197,7 @@ jobs: key: package.version value: ${{ needs.calculate-version.outputs.version }} - name: Build wheels - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1 + uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1 with: target: ${{ matrix.platform.target }} args: --release --out dist --find-interpreter @@ -220,7 +220,7 @@ jobs: key: package.version value: ${{ needs.calculate-version.outputs.version }} - name: Build sdist - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1 + uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1 with: command: sdist args: --out dist @@ -268,7 +268,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: npx semantic-release - name: Publish to PyPI - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1 + uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1 with: command: upload args: --non-interactive --skip-existing wheels-*/*