Skip to content

Commit e5a6b81

Browse files
committed
chore: use double quotes
Signed-off-by: Josh Loecker <joshloecker@icloud.com>
1 parent 2a849b7 commit e5a6b81

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pypackage_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
build:
1616
strategy:
1717
matrix:
18-
operating-system: [macos-latest, ubuntu-latest, windows-latest]
19-
python-version: [ "3.10", "3.11", '3.12', "3.13" ]
18+
operating-system: [ macos-latest, ubuntu-latest, windows-latest ]
19+
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
2020

2121
name: Build Python Package (${{ matrix.operating-system }}, Python ${{ matrix.python-version }})
2222
runs-on: ${{ matrix.operating-system }}
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
matrix:
5050
python-version: [ 3.10, 3.11, 3.12, 3.13 ]
51-
operating-system: [macos-latest, windows-latest, ubuntu-latest]
51+
operating-system: [ macos-latest, windows-latest, ubuntu-latest ]
5252

5353
name: Publish to GitHub Packages
5454
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)