Skip to content

Commit

Permalink
Merge pull request #447 from jakob-keller/dependencies
Browse files Browse the repository at this point in the history
ci(python): run release CI workflow with current Python version
  • Loading branch information
jakob-keller authored Oct 27, 2024
2 parents c146a6a + 5dc39c1 commit 397f562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 397f562

Please sign in to comment.