Skip to content

Commit 5145b62

Browse files
author
saul-data
committed
Update python-release.yaml
1 parent b0e06ed commit 5145b62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
run: |
3838
python -m pip install --upgrade pip
3939
python3 -m pip install --upgrade twine
40+
python3 -m pip install --upgrade build
4041
if [ -f tests/requirements.txt ]; then pip install -r tests/requirements.txt; fi
4142
4243
- name: Update pyproject.toml version ${{ steps.get_version.outputs.VERSION }}

0 commit comments

Comments
 (0)