Skip to content

Commit 500a838

Browse files
committed
Fix pyton version in release-drafter workflow
1 parent 8ee561b commit 500a838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v4
1515
with:
16-
python-version: 3.10
16+
python-version: "3.10"
1717
- name: Install Poetry
1818
run: curl -sSL https://install.python-poetry.org | python
1919
- name: Get version from pyproject.toml

0 commit comments

Comments
 (0)