Skip to content

Commit de45afc

Browse files
authored
Merge pull request #36 from synkd/fix_python-publish_workflow
Fix syntax error in python-publish workflow
2 parents fd42717 + ed8059c commit de45afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
# build/push in lowest support python version
15-
python-version: [ 3.10 ]
15+
python-version: [ "3.10" ]
1616

1717
steps:
1818
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)