Skip to content

Commit

Permalink
Make release.yml build identical to build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Jun 24, 2022
1 parent e3607f8 commit 9b32e64
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 @@ -80,7 +80,7 @@ jobs:
if: contains(steps.need-pypi.outputs.pyproject-toml, 'pyproject.toml')
run: |
python -m pip install --upgrade pip
pip install setuptools build twine
pip install --upgrade build twine
- name: Build and publish
if: contains(steps.need-pypi.outputs.pyproject-toml, 'pyproject.toml')
env:
Expand Down

0 comments on commit 9b32e64

Please sign in to comment.