Skip to content

Commit c318255

Browse files
authored
Merge pull request #277 from tekktrik/main
Add build package
2 parents 67c8a46 + 5bd72aa commit c318255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install dependencies
2626
if: contains(steps.need-pypi.outputs.pyproject.toml, 'pyproject.toml')
2727
run: |
28-
python -m pip install --upgrade pip
28+
python -m pip install --upgrade pip build
2929
pip install --upgrade build twine
3030
- name: Build and publish
3131
if: contains(steps.need-pypi.outputs.pyproject-toml, 'pyproject.toml')

0 commit comments

Comments
 (0)