File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments