diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 14b6961f..16b73482 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -58,7 +58,7 @@ jobs: 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 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: