Skip to content

Commit

Permalink
Improve: Fix wheel-builder command
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Saito <[email protected]>
  • Loading branch information
130s committed Sep 13, 2023
1 parent 064dfaf commit 58873f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ jobs:
# Used to host cibuildwheel
- uses: actions/setup-python@v3

- name: Install dependencies
run: python -m pip install --upgrade setuptools wheel

- name: Build wheels
run: pip wheel -w env.DEST_DIR .
run: python3 setup.py bdist_wheel

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 58873f7

Please sign in to comment.