Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
install build pkg for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Schüttler committed Mar 3, 2024
1 parent e13e1c8 commit 5c527cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: pip
- name: Build Wheel
run: |
python -m pip install wheel
python -m pip install build
python -m build --wheel .
- name: Upload Wheel
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 5c527cf

Please sign in to comment.