File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 strategy :
1212 fail-fast : false
1313 matrix :
14- os : [reticula-build-ubuntu-22.04, reticula-build- windows-2022, macos-13-xl ]
14+ os : [reticula-build-windows-2022]
1515 py : ["cp310-*", "cp311-*", "cp312-*"]
1616
1717 steps :
2222 with :
2323 theme : dark
2424
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v4
2626
2727 - name : Set up Visual Studio shell on Windows
2828 uses : egor-tensin/vs-shell@v2
@@ -44,13 +44,13 @@ jobs:
4444 run : python -m pip install -U pip
4545
4646 - name : Install cibuildwheel
47- run : python -m pip install cibuildwheel==2.16.2
47+ run : python -m pip install cibuildwheel==2.21.3
4848
4949 - name : Build Wheels
5050 env :
5151 CIBW_BUILD : ${{ matrix.py }}
5252 run : python -m cibuildwheel --output-dir wheelhouse
5353
54- - uses : actions/upload-artifact@v3
54+ - uses : actions/upload-artifact@v4
5555 with :
5656 path : ./wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments