Skip to content

Commit

Permalink
Install 'build' before running it
Browse files Browse the repository at this point in the history
I thought this was installed by default. How wrong I was.

Signed-off-by: Stephen Finucane <[email protected]>
  • Loading branch information
stephenfin committed Jan 13, 2023
1 parent ade1eed commit 477dd70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:

- name: Prepare artifacts
run: |
python -m pip install build
python -m build
- name: Publish to PyPI
Expand Down

0 comments on commit 477dd70

Please sign in to comment.