Skip to content

Commit 1cf02ed

Browse files
committed
ci: build source dist with wheels (for real?)
1 parent a4550f8 commit 1cf02ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_wheels.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323

2424
- uses: actions/upload-artifact@v3
2525
with:
26-
paths:
27-
- ./wheelhouse/*.whl
28-
- ./dist/*.tar.gz
26+
path: |
27+
./wheelhouse/*.whl
28+
./dist/*.tar.gz

0 commit comments

Comments
 (0)