Skip to content

Commit 75de419

Browse files
committed
Turn upload back on
1 parent af0222c commit 75de419

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-wheels.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ jobs:
121121
# # package-dir: .
122122
# # output-dir: wheelhouse
123123
# # 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
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
130130
#
131131
# # make-sdist:
132132
# # name: Make source distribution

0 commit comments

Comments
 (0)