Skip to content

Commit

Permalink
Revert back to bdist wheel
Browse files Browse the repository at this point in the history
:
  • Loading branch information
mvdoc committed May 21, 2024
1 parent d9ed974 commit c0d5831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install_from_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
pip install build wheel numpy "cython<3.0"
- name: Create the wheel
run: python -m build
run: python setup.py bdist_wheel

- name: Install from the wheel
run: |
Expand Down

0 comments on commit c0d5831

Please sign in to comment.