We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 042b763 commit db87aa6Copy full SHA for db87aa6
2 files changed
.github/workflows/release.yml
@@ -12,6 +12,7 @@ on:
12
13
jobs:
14
release:
15
+ if: ${{ github.event_name == 'push' || github.event.workflow_run.conclusion == 'success' }}
16
runs-on: ubuntu-latest
17
18
steps:
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "python-template"
3
-version = "0.2.6"
+version = "0.2.7"
4
description = "Used to templatize python projects."
5
authors = ["Loïc Motheu <lmotheu@gmail.com>"]
6
readme = "README.md"
0 commit comments