Skip to content

Commit

Permalink
Forgot to install build with Pip...
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshDreamland committed Nov 8, 2024
1 parent 4ecaf6b commit 09e2b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
python-version: '3.x'
- name: Install dependencies
run: pip install setuptools wheel twine
run: pip install setuptools wheel twine build
- name: Clean up dist folder # Just in case a human is trying to run this
run: rm -rf dist # Ensures only fresh builds are in dist
- name: Build package
Expand Down

0 comments on commit 09e2b98

Please sign in to comment.