diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3f27bfe6..3aa03e7e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,7 +26,7 @@ jobs: - "3.10" steps: - uses: actions/checkout@v4 - - uses: astral-sh/setup-uv@v3 + - uses: astral-sh/setup-uv@v5 with: enable-cache: true - uses: dtolnay/rust-toolchain@1.79.0 @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: astral-sh/setup-uv@v3 + - uses: astral-sh/setup-uv@v5 with: enable-cache: true - uses: dtolnay/rust-toolchain@1.79.0 @@ -59,7 +59,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: astral-sh/setup-uv@v3 + - uses: astral-sh/setup-uv@v5 with: enable-cache: true - uses: dtolnay/rust-toolchain@1.79.0 @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: astral-sh/setup-uv@v3 + - uses: astral-sh/setup-uv@v5 with: enable-cache: true - uses: dtolnay/rust-toolchain@1.79.0 diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 7d66211c..444d3e69 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -56,7 +56,7 @@ jobs: - uses: actions/checkout@v4 with: ref: version-${{ needs.bump.outputs.version }} - - uses: PyO3/maturin-action@v1.42.1 + - uses: PyO3/maturin-action@v1.46.0 with: target: ${{ matrix.target }} manylinux: auto @@ -78,7 +78,7 @@ jobs: ref: version-${{ needs.bump.outputs.version }} - name: Setup QEMU uses: docker/setup-qemu-action@v3 - - uses: PyO3/maturin-action@v1.45.0 + - uses: PyO3/maturin-action@v1.46.0 with: manylinux: auto command: build @@ -97,7 +97,7 @@ jobs: - uses: actions/checkout@v4 with: ref: version-${{ needs.bump.outputs.version }} - - uses: PyO3/maturin-action@v1.45.0 + - uses: PyO3/maturin-action@v1.46.0 with: command: build args: --release -o dist --find-interpreter @@ -115,7 +115,7 @@ jobs: - uses: actions/checkout@v4 with: ref: version-${{ needs.bump.outputs.version }} - - uses: PyO3/maturin-action@v1.45.0 + - uses: PyO3/maturin-action@v1.46.0 with: command: build target: universal2-apple-darwin @@ -137,7 +137,7 @@ jobs: pattern: wheels-* merge-multiple: true - name: Publish to PyPI - uses: PyO3/maturin-action@v1.45.0 + uses: PyO3/maturin-action@v1.46.0 env: MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }} with: