Skip to content

Commit

Permalink
Install build in release CI (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano authored Jun 30, 2023
1 parent e80d00d commit 7c50849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
python-version: '3.8'
- name: Install Deps
run: pip install -U twine wheel
run: pip install -U twine build
- name: Build Artifacts
run: |
python -m build
Expand Down

0 comments on commit 7c50849

Please sign in to comment.