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 1e9f447 commit 12d5e61Copy full SHA for 12d5e61
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Python 3.10
20
uses: actions/setup-python@v2
21
with:
22
- python-version: 3.10
+ python-version: '3.10'
23
24
- name: Install pypa/build
25
run: >-
0 commit comments