Skip to content

Commit 9e40b31

Browse files
committed
fix: forgot double quotes for publishing matrix
Signed-off-by: Josh Loecker <joshloecker@icloud.com>
1 parent e5a6b81 commit 9e40b31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypackage_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
publish:
4848
strategy:
4949
matrix:
50-
python-version: [ 3.10, 3.11, 3.12, 3.13 ]
50+
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
5151
operating-system: [ macos-latest, windows-latest, ubuntu-latest ]
5252

5353
name: Publish to GitHub Packages

0 commit comments

Comments
 (0)