We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0222c commit 75de419Copy full SHA for 75de419
.github/workflows/build-wheels.yaml
@@ -121,12 +121,12 @@ jobs:
121
# # package-dir: .
122
# # output-dir: wheelhouse
123
# # config-file: "{package}/pyproject.toml"
124
- # - name: Upload wheels
125
- # uses: actions/upload-artifact@v4
126
- # with:
127
- # name: cibw-wheels-${{ matrix.os }}-${{ matrix.cibw_archs }}
128
- # path: ./wheelhouse/*.whl
129
- # if-no-files-found: error
+ - name: Upload wheels
+ uses: actions/upload-artifact@v4
+ with:
+ name: cibw-wheels-${{ matrix.os }}-${{ matrix.cibw_archs }}
+ path: ./wheelhouse/*.whl
+ if-no-files-found: error
130
#
131
# # make-sdist:
132
# # name: Make source distribution
0 commit comments