Skip to content

Commit b0e06ed

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ jobs:
3232
uses: actions/checkout@v3
3333
with:
3434
ref: ${{ steps.get_version.outputs.VERSION }}
35-
36-
- name: Update pyproject.toml version ${{ steps.get_version.outputs.VERSION }}
37-
run: python3 update_toml_release.py ${{ steps.get_version.outputs.VERSION }}
3835

3936
- name: Install dependencies
4037
run: |
4138
python -m pip install --upgrade pip
4239
python3 -m pip install --upgrade twine
4340
if [ -f tests/requirements.txt ]; then pip install -r tests/requirements.txt; fi
4441
42+
- name: Update pyproject.toml version ${{ steps.get_version.outputs.VERSION }}
43+
run: python3 update_toml_release.py ${{ steps.get_version.outputs.VERSION }}
44+
4545
- name: Build python package
4646
run: python3 -m build
4747

0 commit comments

Comments
 (0)