Skip to content

Commit

Permalink
fix: install wheel before building the package;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Nov 6, 2023
1 parent f5bf417 commit 633377b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_PyPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
pip install build wheel
pip install -r requirements.txt
- name: Fetch the test environment details
Expand Down

0 comments on commit 633377b

Please sign in to comment.