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:
32
32
uses : actions/checkout@v3
33
33
with :
34
34
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 }}
38
35
39
36
- name : Install dependencies
40
37
run : |
41
38
python -m pip install --upgrade pip
42
39
python3 -m pip install --upgrade twine
43
40
if [ -f tests/requirements.txt ]; then pip install -r tests/requirements.txt; fi
44
41
42
+ - name : Update pyproject.toml version ${{ steps.get_version.outputs.VERSION }}
43
+ run : python3 update_toml_release.py ${{ steps.get_version.outputs.VERSION }}
44
+
45
45
- name : Build python package
46
46
run : python3 -m build
47
47
You can’t perform that action at this time.
0 commit comments