We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca48fa commit 925d097Copy full SHA for 925d097
.github/workflows/deploy_to_pypi.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Set up Python
12
uses: actions/setup-python@v4
13
with:
14
- python-version: 3.10
+ python-version: "3.10"
15
- name: Install dependencies
16
run: |
17
pip install setuptools wheel twine
.github/workflows/deploy_to_test_pypi.yml
@@ -14,7 +14,7 @@ jobs:
18
19
20
0 commit comments