Skip to content

Commit 63036cc

Browse files
authored
build: use double quote in yaml (#251)
1 parent f05aa3a commit 63036cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
steps:
1818
- name: Checkout source
1919
uses: actions/checkout@v4
20-
- name: Set up Python 3.10
20+
- name: Set up Python "3.10"
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: 3.10
23+
python-version: "3.10"
2424
- name: Build package
2525
run: |
2626
pip install wheel

0 commit comments

Comments
 (0)