Skip to content

Commit 12b0ad2

Browse files
committed
Set Python version in publish pipeline
1 parent b646484 commit 12b0ad2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-to-pypi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- name: Install the dependencies
2323
run: uv sync --locked --all-extras --dev
2424
- uses: actions/setup-python@v4
25+
with:
26+
python-version: "3.13"
2527
- name: Build
2628
run: uv build
2729
- name: Publish

0 commit comments

Comments
 (0)