Skip to content

Commit

Permalink
Merge pull request #1 from hhucn/Fix-publish
Browse files Browse the repository at this point in the history
Add build to pip install
  • Loading branch information
jaste111 authored Jan 30, 2024
2 parents aff565c + 980a457 commit 392c7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
pip install setuptools wheel build
- name: Build package
run: |
python -m build
Expand Down

0 comments on commit 392c7c1

Please sign in to comment.