We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d60d5 commit 14c111bCopy full SHA for 14c111b
.github/workflows/deploy.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Set up Python 3.10
33
uses: actions/setup-python@v5
34
with:
35
- python-version: 3.10
+ python-version: "3.10"
36
37
- name: Install Dependencies
38
run: ./test_scripts/install_deps_github_ubuntu.sh && pip install twine
0 commit comments