We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a83457 commit a36d6b7Copy full SHA for a36d6b7
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
matrix:
21
os: [macos-latest, windows-latest, ubuntu-latest]
22
- python-version: [3.8, 3.9, 3.10]
+ python-version: ['3.8', '3.9', '3.10']
23
24
steps:
25
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
os: [ubuntu-latest, macos-latest, windows-latest]
15
16
17
18
- uses: actions/checkout@v2
0 commit comments