Skip to content

Commit cd081f8

Browse files
committed
action: add missing '' to python version
Signed-off-by: Heiko Thiery <[email protected]>
1 parent feb5066 commit cd081f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python 3.10
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: 3.10
18+
python-version: '3.10'
1919
- name: Install pypa/build
2020
run: >-
2121
python -m

0 commit comments

Comments
 (0)