File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5858 python-version : " 3.12"
5959 cache : " pip"
6060 - run : pip install -e .[test]
61- - uses : CodSpeedHQ/action@v2
61+ - uses : CodSpeedHQ/action@v3
6262 with :
6363 token : ${{ secrets.CODSPEED_TOKEN }}
6464 run : pytest -vvv -n auto
Original file line number Diff line number Diff line change 5454 with :
5555 ref : version-${{ needs.bump.outputs.version }}
5656 - name : Setup QEMU
57- uses : docker/setup-qemu-action@v1
58- - uses : PyO3/maturin-action@v1.42.1
57+ uses : docker/setup-qemu-action@v3
58+ - uses : PyO3/maturin-action@v1.45.0
5959 with :
6060 manylinux : auto
6161 command : build
7474 - uses : actions/checkout@v4
7575 with :
7676 ref : version-${{ needs.bump.outputs.version }}
77- - uses : PyO3/maturin-action@v1.42.1
77+ - uses : PyO3/maturin-action@v1.45.0
7878 with :
7979 command : build
8080 args : --release -o dist --find-interpreter
9292 - uses : actions/checkout@v4
9393 with :
9494 ref : version-${{ needs.bump.outputs.version }}
95- - uses : PyO3/maturin-action@v1.42.1
95+ - uses : PyO3/maturin-action@v1.45.0
9696 with :
9797 command : build
9898 target : universal2-apple-darwin
@@ -114,7 +114,7 @@ jobs:
114114 pattern : wheels-*
115115 merge-multiple : true
116116 - name : Publish to PyPI
117- uses : PyO3/maturin-action@v1.42.1
117+ uses : PyO3/maturin-action@v1.45.0
118118 env :
119119 MATURIN_PYPI_TOKEN : ${{ secrets.PYPI_API_TOKEN }}
120120 with :
You can’t perform that action at this time.
0 commit comments