Skip to content

Commit

Permalink
Fix Windows wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Jun 29, 2024
1 parent f2bd802 commit f223ddd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@ jobs:
- name: Build Wheel
run: |
pip install -r requirements.txt
python setup.py bdist_wheel
pip install .
python setup.py bdist_wheel --plat-name=${{ matrix.platform }}
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f223ddd

Please sign in to comment.