We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c22241 commit 33135ffCopy full SHA for 33135ff
.github/workflows/cibuildwheels.yml
@@ -73,7 +73,7 @@ jobs:
73
# CIBW_CONFIG_SETTINGS: "--build-option=-DDEACTIVATE_AVX512:BOOL=YES"
74
75
- name: Upload wheels
76
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
77
with:
78
path: ./wheelhouse/*.whl
79
@@ -110,7 +110,7 @@ jobs:
110
python -m build --sdist
111
112
- name: Upload sdist package
113
114
115
path: dist/*.tar.gz
116
0 commit comments