Skip to content

Commit eeebcff

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/python-release.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@ jobs:
4949
- name: Distribute python package
5050
run: python3 -m twine upload dist/* -u "__token__" -p ${{ secrets.PYPI_API_TOKEN }}
5151

52+
- uses: actions/checkout@v3
53+
54+
- name: Install dependencies
55+
run: |
56+
python -m pip install --upgrade pip
57+
python3 -m pip install --upgrade toml
58+
59+
- name: Update pyproject.toml version ${{ steps.get_version.outputs.VERSION }}
60+
run: python3 update_toml_release.py ${{ steps.get_version.outputs.VERSION }}
61+
5262
- name: Commit report
5363
continue-on-error: true
5464
run: |

0 commit comments

Comments
 (0)