Skip to content

Commit 9523294

Browse files
committed
feat: adapting ci
1 parent 50b6b90 commit 9523294

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci_check_release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,6 @@ jobs:
244244
name: ${{ env.VERSION }}
245245
body: |
246246
${{ env.CHANGELOG }}
247-
248-
249247
**Full Changelog**: ${{ env.URL }}
250248
draft: false
251249
prerelease: false

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-template"
3-
version = "0.5.30"
3+
version = "0.5.31"
44
description = "Used to templatize python projects."
55
authors = ["Loïc Motheu <lmotheu@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)