Skip to content

Commit

Permalink
ci: use pipx to install build
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Feb 26, 2024
1 parent c1d1126 commit ebea8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
submodules: true
- name: Build sources
run: python -mbuild --sdist
run: pipx run build --sdist
- name: Upload sources
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ebea8df

Please sign in to comment.