Skip to content

Commit 79aa809

Browse files
committed
ci: set python in cd
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
1 parent 38d4675 commit 79aa809

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 0
3535
persist-credentials: false
3636

37-
- uses: hynek/build-and-inspect-python-package@c52c3a4710070b50470d903818a7b25115dcd076 # v2.13.0
37+
- uses: hynek/build-and-inspect-python-package@efb823f52190ad02594531168b7a2d5790e66516 # v2.14.0
3838

3939
test-publish:
4040
needs: [dist]

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ build.hooks.vcs.version-file = "src/plotting_backends/_version.py"
7676
skip = ["uv.lock"]
7777

7878

79+
[tool.commitizen]
80+
name = "cz_gitmoji"
81+
82+
7983
[tool.coverage]
8084
run.source = ["plotting_backends"]
8185
report.exclude_also = [
@@ -86,6 +90,7 @@ report.exclude_also = [
8690
'if typing.TYPE_CHECKING:',
8791
]
8892

93+
8994
[tool.mypy]
9095
python_version = "3.9"
9196

0 commit comments

Comments
 (0)