File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 75
75
github-release :
76
76
name : Release on GitHub
77
77
needs : test
78
- if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/ v')
78
+ if : github.event_name == 'push' && startsWith(github.ref, 'refs/heads/test- v')
79
79
runs-on : ubuntu-latest
80
80
environment :
81
81
name : GitHub
86
86
steps :
87
87
- uses : actions/checkout@v4
88
88
- name : Extract Version from Tag
89
- run : echo "VERSION_FROM_GIT_REF=${GITHUB_REF#refs/tags/ v}" >> $GITHUB_ENV
89
+ run : echo "VERSION_FROM_GIT_REF=${GITHUB_REF#refs/heads/test- v}" >> $GITHUB_ENV
90
90
- name : Extract Version from pyproject.toml
91
91
run : |
92
92
pip install toml
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " flask-shell-ipython"
7
- version = " 0.5.3 "
7
+ version = " 0.5.4rc1 "
8
8
description = " Replace default `flask shell` command by similar command running IPython."
9
9
readme = " README.md"
10
10
readme-content-type = " text/markdown"
You can’t perform that action at this time.
0 commit comments