We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3255667 commit ca0ac24Copy full SHA for ca0ac24
.github/workflows/publish.yaml
@@ -37,3 +37,9 @@ jobs:
37
38
- name: Publish ${{ env.TAG_VERSION }}
39
run: poetry publish
40
+
41
+ - name: Commit pyproject.toml version bump
42
+ uses: actions-js/push@master
43
+ with:
44
+ github_token: ${{ secrets.GITHUB_TOKEN }}
45
+ message: Pyproject.toml version Bump (${{ TAG_VERSION }})
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "frformat"
3
-version = "0.1.0"
+version = "0.1.1"
4
description = ""
5
authors = [
6
"Pierre Camilleri <[email protected]>",
0 commit comments