We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48dfd72 commit 9b66103Copy full SHA for 9b66103
1 file changed
.github/workflows/CD.yml
@@ -12,8 +12,8 @@ jobs:
12
deploy:
13
strategy:
14
matrix:
15
- os: ['ubuntu-latest']
16
- python-version: [3.10]
+ os: ["ubuntu-latest"]
+ python-version: ["3.10"]
17
runs-on: ${{ matrix.os }}
18
environment: package
19
steps:
0 commit comments