Skip to content

Commit 01fa2fd

Browse files
authored
Quote version for Python setup action in CI (#191)
1 parent 4c970a3 commit 01fa2fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/REUSABLE-wheeler.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
- uses: actions/setup-python@v5
5656
with:
57-
python-version: 3.10
57+
python-version: '3.10'
5858
- uses: actions/checkout@v4
5959
with:
6060
submodules: recursive
@@ -74,7 +74,7 @@ jobs:
7474
steps:
7575
- uses: actions/setup-python@v5
7676
with:
77-
python-version: 3.10
77+
python-version: '3.10'
7878
- name: Install tools
7979
run: |
8080
pip install twine wheel

0 commit comments

Comments
 (0)