File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
action_template/{{action_slug}} Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33from pyaction .workflow import PyAction # noqa
44
5- __version__ = "0.8.1 "
5+ __version__ = "0.8.2 "
66__author__ = "Sadra Yahyapour"
77__email__ = "lnxpylnxpy@gmail.com"
88
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ version = "0.0.1"
44description = "{{ description }}"
55readme = "README.md"
66requires-python = ">={{ python_version }}"
7- dependencies = ["pyaction==0.8.1 "]
7+ dependencies = ["pyaction==0.8.2 "]
88
99[tool.setuptools.packages.find]
1010exclude = ["test*"]
1111
1212[project.optional-dependencies]
13- cli = ["pyaction[cli]==0.8.1 "]
13+ cli = ["pyaction[cli]==0.8.2 "]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " pyaction"
7- version = " 0.8.1 "
7+ version = " 0.8.2 "
88description = " Create GitHub Actions using Python"
99authors = [{ name = " Sadra Yahyapour" , email = " lnxpylnxpy@gmail.com" }]
1010requires-python = " >=3.9"
@@ -41,7 +41,7 @@ Repository = "https://github.com/lnxpy/pyaction"
4141exclude = [" test*" ]
4242
4343[tool .bumpversion ]
44- current_version = " 0.8.1 "
44+ current_version = " 0.8.2 "
4545commit = " true"
4646tag = " true"
4747
You can’t perform that action at this time.
0 commit comments