Skip to content

Commit 7f4eb7c

Browse files
author
Gal Ben David
committed
Fix github actions deploy file
1 parent 46c970b commit 7f4eb7c

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
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Python 3.10
1212
uses: actions/setup-python@v2
1313
with:
14-
python-version: 3.10
14+
python-version: '3.10'
1515
- name: Build a source tarball
1616
run: >-
1717
python -m pip install --user --upgrade setuptools;

0 commit comments

Comments
 (0)