Skip to content

Commit 14c111b

Browse files
committed
Fix typo
1 parent b1d60d5 commit 14c111b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Python 3.10
3333
uses: actions/setup-python@v5
3434
with:
35-
python-version: 3.10
35+
python-version: "3.10"
3636

3737
- name: Install Dependencies
3838
run: ./test_scripts/install_deps_github_ubuntu.sh && pip install twine

0 commit comments

Comments
 (0)