Skip to content

Commit b8a9f77

Browse files
committed
Update python-version: remove quotes around 3.11
1 parent d6f471f commit b8a9f77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v3
1717
with:
18-
python-version: \"3.11\"
18+
python-version: 3.11
1919
- name: Install dependencies
2020
run: pip install wheel build
2121
- name: Build package

0 commit comments

Comments
 (0)