diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 54b3ca2..b2959ec 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -37,7 +37,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Build wheels - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: target: ${{ matrix.target }} args: --release --out dist --find-interpreter @@ -67,7 +67,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Build wheels - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: target: ${{ matrix.target }}-apple-darwin args: --release --out dist --find-interpreter @@ -92,7 +92,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Build wheels - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: target: x64 args: --release --out dist --find-interpreter @@ -113,7 +113,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Build sdist - uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 + uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: command: sdist args: --out dist