Commit 5f06f07 1 parent 1df4be4 commit 5f06f07 Copy full SHA for 5f06f07
File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ jobs:
23
23
curl -sSL https://install.python-poetry.org | python3 -
24
24
25
25
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
36
36
37
37
- name : Publish package to PyPI
38
38
run : |
You can’t perform that action at this time.
0 commit comments