We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f242ece commit 70c18d4Copy full SHA for 70c18d4
.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@v4
+ uses: actions/upload-artifact@v3
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
@@ -136,7 +136,7 @@ jobs:
136
# Only upload wheels when tagging (typically a release)
137
if: startsWith(github.event.ref, 'refs/tags')
138
steps:
139
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v3
140
141
name: artifact
142
path: dist
0 commit comments