File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1515 name : Format
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
19- - uses : actions/setup-python@v5
18+ - uses : actions/checkout@v5
19+ - uses : actions/setup-python@v6
2020 with :
2121 python-version : " 3.x"
2222 -
uses :
pre-commit/[email protected]
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
1919 runs-on : ${{ matrix.platform }}
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 with :
2424 submodules : true
2525
26- - uses : actions/setup-python@v5
26+ - uses : actions/setup-python@v6
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929
Original file line number Diff line number Diff line change 1515 name : Build SDist
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 with :
2020 submodules : true
2121
4040 arch : [x86_64, aarch64]
4141
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v5
4444 with :
4545 submodules : true
4646
5252 platforms : arm64
5353
5454 - name : Build wheels
55- uses : pypa/cibuildwheel@v2.17
55+ uses : pypa/cibuildwheel@v3.1
5656 env :
5757 # Only build for Linux
5858 CIBW_PLATFORM : linux
9898
9999 steps :
100100 - name : Download all artifacts
101- uses : actions/download-artifact@v4
101+ uses : actions/download-artifact@v5
102102 with :
103103 pattern : cibw-*
104104 path : dist
You can’t perform that action at this time.
0 commit comments