Skip to content

Commit eee0be1

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

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
fetch-depth: 0
3535
persist-credentials: false
3636

37+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
38+
with:
39+
python-version: "3.13"
40+
3741
- uses: hynek/build-and-inspect-python-package@c52c3a4710070b50470d903818a7b25115dcd076 # v2.13.0
3842

3943
test-publish:

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)