From 5dc39c1453ffc4ba460e66b612837b30c903244b Mon Sep 17 00:00:00 2001 From: Jakob Keller <57402305+jakob-keller@users.noreply.github.com> Date: Sun, 27 Oct 2024 23:07:01 +0100 Subject: [PATCH] ci(python): run release CI workflow with current Python version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20765fa..48d58e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version-file: "pyproject.toml" - id: cz name: Create bump and changelog uses: commitizen-tools/commitizen-action@0.21.0