Skip to content

Commit 3c2b304

Browse files
committed
Test 0.5.4rc1 release
1 parent e6d5d21 commit 3c2b304

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
github-release:
7676
name: Release on GitHub
7777
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')
7979
runs-on: ubuntu-latest
8080
environment:
8181
name: GitHub
@@ -86,7 +86,7 @@ jobs:
8686
steps:
8787
- uses: actions/checkout@v4
8888
- 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
9090
- name: Extract Version from pyproject.toml
9191
run: |
9292
pip install toml

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "flask-shell-ipython"
7-
version = "0.5.3"
7+
version = "0.5.4rc1"
88
description = "Replace default `flask shell` command by similar command running IPython."
99
readme = "README.md"
1010
readme-content-type = "text/markdown"

0 commit comments

Comments
 (0)