We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c841d5 commit 175192eCopy full SHA for 175192e
.github/workflows/python-publish.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
matrix:
21
os: [ubuntu-latest, windows-latest]
22
- python: [3.6, 3.7, 3.8, 3.9, 3.10]
+ python: ['3.6', '3.7', '3.8', '3.9', '3.10']
23
24
steps:
25
- uses: actions/checkout@v2
0 commit comments