Skip to content

Commit 4c64b5b

Browse files
Fix python version in release.yaml (#939)
1 parent 2bf6065 commit 4c64b5b

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
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-python@v3
1313
with:
14-
python-version: 3.10
14+
python-version: "3.10"
1515
- run: pip install hatch
1616
- run: hatch build
1717
- env:

0 commit comments

Comments
 (0)