File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 CIBW_ARCHS_LINUX : " auto aarch64"
4848 run : python -m cibuildwheel
4949
50- - uses : actions/upload-artifact@v3
50+ - uses : actions/upload-artifact@v4
5151 with :
5252 path : ./wheelhouse/*.whl
5353
7272 CIBW_ARCHS_MACOS : " x86_64 arm64"
7373 run : python -m cibuildwheel
7474
75- - uses : actions/upload-artifact@v3
75+ - uses : actions/upload-artifact@v4
7676 with :
7777 path : ./wheelhouse/*.whl
7878
9898 SCOUT_DISABLE_EXTENSIONS : " 1"
9999 run : python setup.py bdist_wheel
100100
101- - uses : actions/upload-artifact@v3
101+ - uses : actions/upload-artifact@v4
102102 with :
103103 path : dist/*.whl
104104
@@ -116,7 +116,7 @@ jobs:
116116 - name : Build sdist
117117 run : python setup.py sdist
118118
119- - uses : actions/upload-artifact@v3
119+ - uses : actions/upload-artifact@v4
120120 with :
121121 path : dist/*.tar.gz
122122
You can’t perform that action at this time.
0 commit comments