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 ab1a889 commit 49f0ab2Copy full SHA for 49f0ab2
.github/workflows/pypi_push.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Set up Python 3.10 🐍🐍🐍
12
uses: actions/setup-python@v1
13
with:
14
- python-version: 3.10
+ python-version: "3.10"
15
- name: Install poetry
16
run: |
17
python -m pip install poetry
0 commit comments