Skip to content

Commit 2d8765f

Browse files
committed
trying to fix python version
1 parent 0d32541 commit 2d8765f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
1717
- uses: actions/setup-python@v5
1818
with:
19-
python-version: 3.10
19+
python-version: "3.10"
2020
- name: Run image
2121
uses: abatilo/actions-poetry@v2.0.0
2222
with:

0 commit comments

Comments
 (0)