diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6ca159a4..2b7427db 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,7 +25,7 @@ jobs: - "3.10" steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@1.71.1 + - uses: dtolnay/rust-toolchain@1.90.0 - uses: Swatinem/rust-cache@v2 - name: Setup python ${{ matrix.py }} uses: actions/setup-python@v5 @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@1.71.1 + - uses: dtolnay/rust-toolchain@1.90.0 - uses: Swatinem/rust-cache@v2 - uses: actions/setup-python@v5 with: @@ -51,14 +51,14 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@1.71.1 + - uses: dtolnay/rust-toolchain@1.90.0 - uses: Swatinem/rust-cache@v2 - uses: actions/setup-python@v5 with: python-version: "3.12" cache: "pip" - run: pip install -e .[test] - - uses: CodSpeedHQ/action@v2 + - uses: CodSpeedHQ/action@v3 with: token: ${{ secrets.CODSPEED_TOKEN }} run: pytest -vvv -n auto @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@1.71.1 + - uses: dtolnay/rust-toolchain@1.90.0 - uses: Swatinem/rust-cache@v2 - uses: actions/setup-python@v5 with: diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 8088a988..a9eed2a9 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -54,8 +54,8 @@ jobs: with: ref: version-${{ needs.bump.outputs.version }} - name: Setup QEMU - uses: docker/setup-qemu-action@v1 - - uses: PyO3/maturin-action@v1.42.1 + uses: docker/setup-qemu-action@v3 + - uses: PyO3/maturin-action@v1.45.0 with: manylinux: auto command: build @@ -74,7 +74,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.45.0 with: command: build args: --release -o dist --find-interpreter @@ -92,7 +92,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.45.0 with: command: build target: universal2-apple-darwin @@ -114,7 +114,7 @@ jobs: pattern: wheels-* merge-multiple: true - name: Publish to PyPI - uses: PyO3/maturin-action@v1.42.1 + uses: PyO3/maturin-action@v1.45.0 env: MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }} with: