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.
1 parent b0e06ed commit 5145b62Copy full SHA for 5145b62
.github/workflows/python-release.yaml
@@ -37,6 +37,7 @@ jobs:
37
run: |
38
python -m pip install --upgrade pip
39
python3 -m pip install --upgrade twine
40
+ python3 -m pip install --upgrade build
41
if [ -f tests/requirements.txt ]; then pip install -r tests/requirements.txt; fi
42
43
- name: Update pyproject.toml version ${{ steps.get_version.outputs.VERSION }}
0 commit comments