diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 63e159a9..2fda944c 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -65,7 +65,7 @@ jobs: ref: version-${{ needs.bump.outputs.version }} - uses: actions/checkout@v4 if: ${{ needs.bump.result == 'skipped' }} - - uses: PyO3/maturin-action@v1.47.3 + - uses: PyO3/maturin-action@v1.49.3 with: target: ${{ matrix.target }} manylinux: auto @@ -91,7 +91,7 @@ jobs: if: ${{ needs.bump.result == 'skipped' }} - name: Setup QEMU uses: docker/setup-qemu-action@v3 - - uses: PyO3/maturin-action@v1.47.3 + - uses: PyO3/maturin-action@v1.49.3 with: manylinux: auto command: build @@ -114,7 +114,7 @@ jobs: ref: version-${{ needs.bump.outputs.version }} - uses: actions/checkout@v4 if: ${{ needs.bump.result == 'skipped' }} - - uses: PyO3/maturin-action@v1.47.3 + - uses: PyO3/maturin-action@v1.49.3 with: command: build args: --release -o dist --find-interpreter @@ -136,7 +136,7 @@ jobs: ref: version-${{ needs.bump.outputs.version }} - uses: actions/checkout@v4 if: ${{ needs.bump.result == 'skipped' }} - - uses: PyO3/maturin-action@v1.47.3 + - uses: PyO3/maturin-action@v1.49.3 with: command: build target: universal2-apple-darwin @@ -158,7 +158,7 @@ jobs: pattern: wheels-* merge-multiple: true - name: Publish to PyPI - uses: PyO3/maturin-action@v1.47.3 + uses: PyO3/maturin-action@v1.49.3 env: MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }} with: