Skip to content

Commit 5f06f07

Browse files
authored
Update release.yml
Removing version bump temporarily Signed-off-by: Trayan Azarov <[email protected]>
1 parent 1df4be4 commit 5f06f07

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/release.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ jobs:
2323
curl -sSL https://install.python-poetry.org | python3 -
2424
2525
shell: bash
26-
- name: Version bump
27-
run: |
28-
set -e
29-
poetry version ${{ github.event.release.tag_name }}
30-
git add ./pyproject.toml
31-
git config --global user.name "Release Bot"
32-
git config --global user.email "[email protected]"
33-
git commit -m "Change version to ${{ github.event.release.tag_name }}" --allow-empty
34-
git push origin HEAD:main
35-
shell: bash
26+
# - name: Version bump
27+
# run: |
28+
# set -e
29+
# poetry version ${{ github.event.release.tag_name }}
30+
# git add ./pyproject.toml
31+
# git config --global user.name "Release Bot"
32+
# git config --global user.email "[email protected]"
33+
# git commit -m "Change version to ${{ github.event.release.tag_name }}" --allow-empty
34+
# git push origin HEAD:main
35+
# shell: bash
3636

3737
- name: Publish package to PyPI
3838
run: |

0 commit comments

Comments
 (0)