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 ef0ac89 commit 12e29feCopy full SHA for 12e29fe
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up Python 3.10
13
uses: actions/setup-python@v4
14
with:
15
- python-version: 3.10
+ python-version: '3.10'
16
17
- name: Install dependencies
18
run: |
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
19
20
- name: Build wheel and source tarball
21
0 commit comments