Skip to content

Commit d83de64

Browse files
committedMay 11, 2021
ci: fix not uploading wheels
1 parent 9fe118c commit d83de64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/release-wheels.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
uses: joerick/cibuildwheel@v1.11.0
2020
env:
2121
CIBW_BUILD: "cp36-* cp37-* cp38-* cp39-*"
22+
- uses: actions/upload-artifact@v2
23+
with:
24+
path: ./wheelhouse/*.whl
2225

2326
build_sdist:
2427
name: Build source distribution

0 commit comments

Comments
 (0)
Please sign in to comment.