Skip to content

Commit

Permalink
Test 0.5.4rc1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ei-grad committed Sep 10, 2024
1 parent 6d311ed commit 1ea8d34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
github-release:
name: Release on GitHub
needs: test
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
if: github.event_name == 'push' && startsWith(github.ref, 'test-v')
runs-on: ubuntu-latest
environment:
name: GitHub
Expand All @@ -86,7 +86,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Extract Version from Tag
run: echo "VERSION_FROM_GIT_REF=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
run: echo "VERSION_FROM_GIT_REF=${GITHUB_REF#test-v}" >> $GITHUB_ENV
- name: Extract Version from pyproject.toml
run: |
VERSION_FROM_PYPROJECT=$(python -c "import toml; print(toml.load('pyproject.toml')['project']['version'])")
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "flask-shell-ipython"
version = "0.5.3"
version = "0.5.4rc1"
description = "Replace default `flask shell` command by similar command running IPython."
readme = "README.md"
readme-content-type = "text/markdown"
Expand Down

0 comments on commit 1ea8d34

Please sign in to comment.