Skip to content

Commit

Permalink
Fix build missing in release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik authored Sep 20, 2022
1 parent 6913ba8 commit 79c68c1
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 @@ -25,7 +25,7 @@ jobs:
if: contains(steps.need-pypi.outputs.setup-py, 'setup.py')
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install --upgrade build twine
- name: Build and publish
if: contains(steps.need-pypi.outputs.setup-py, 'setup.py')
env:
Expand Down

0 comments on commit 79c68c1

Please sign in to comment.