Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit b31f4e7

Browse files
committed
Fix Python version
1 parent 26bac32 commit b31f4e7

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
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python 3.10
2020
uses: actions/setup-python@v4
2121
with:
22-
python-version: 3.10
22+
python-version: "3.10"
2323
- name: Install poetry
2424
run: python -m pip install poetry
2525
- name: Build package

0 commit comments

Comments
 (0)