We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67c8a46 + 5bd72aa commit c318255Copy full SHA for c318255
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install dependencies
26
if: contains(steps.need-pypi.outputs.pyproject.toml, 'pyproject.toml')
27
run: |
28
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip build
29
pip install --upgrade build twine
30
- name: Build and publish
31
if: contains(steps.need-pypi.outputs.pyproject-toml, 'pyproject.toml')
0 commit comments