Skip to content

Commit 3b6c2f2

Browse files
committed
Fix release pipeline
1 parent 9adcfa3 commit 3b6c2f2

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
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up Python 3.10
3939
uses: actions/setup-python@v2
4040
with:
41-
python-version: 3.10
41+
python-version: '3.10'
4242

4343
- name: Cache pip
4444
uses: actions/cache@v2

0 commit comments

Comments
 (0)