Skip to content

Commit

Permalink
cd : distribute fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartboogert committed Jan 9, 2024
1 parent 99f72bf commit 210da48
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ jobs:
fetch-depth: 0

- uses: pypa/cibuildwheel@v2.16.2
- name: build wheel
run: |
pip wheel -w DEST_DIR .

- name: Upload wheels
uses: actions/upload-artifact@v3
with:
path: wheelhouse/*.whl
path: dist/*.whl

0 comments on commit 210da48

Please sign in to comment.