Skip to content

Commit

Permalink
Merge pull request #616 from tekktrik/dev/add-build-to-ci
Browse files Browse the repository at this point in the history
Fix build missing in release CI
  • Loading branch information
makermelissa authored Sep 20, 2022
2 parents 6913ba8 + 79c68c1 commit 498d20f
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 498d20f

Please sign in to comment.