Skip to content

Commit 3e97353

Browse files
committed
Fix pyton version is release workflow
1 parent 500a838 commit 3e97353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@v4
1414
with:
15-
python-version: 3.10
15+
python-version: "3.10"
1616
- name: Install Poetry
1717
run: curl -sSL https://install.python-poetry.org | python
1818
- name: Install dependencies

0 commit comments

Comments
 (0)