Skip to content

Commit 6335cf5

Browse files
committed
Fix release script
1 parent 99448c5 commit 6335cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Python
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: 3.10
19+
python-version: "3.10"
2020

2121
- name: Install Python Build Module and Twine
2222
run: |

0 commit comments

Comments
 (0)