Skip to content

Commit 5cae9fd

Browse files
authored
Fixed Python version for release
1 parent 0463f41 commit 5cae9fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
enable-cache: true
2222
cache-dependency-glob: "uv.lock"
23-
python-version: 3.10
23+
python-version: "3.10"
2424

2525
- name: Install the project
2626
run: uv sync --all-groups
@@ -29,4 +29,4 @@ jobs:
2929
run: uv build
3030

3131
- name: Publish package
32-
run: uv publish
32+
run: uv publish

0 commit comments

Comments
 (0)