Skip to content

Commit fca0ad9

Browse files
committed
Enclose GHA params in quotes
1 parent a13399a commit fca0ad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_testpypi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest, windows-latest, macos-latest]
13-
python_v: [3.09, 3.10, '']
14-
chrome_v: [0, -1]
13+
python_v: ['3.09', '3.10', '']
14+
chrome_v: ['0', '-1']
1515
name: Build and Test
1616
runs-on: ${{ matrix.os }}
1717
# environment:

0 commit comments

Comments
 (0)