Skip to content

Commit cbb2c0c

Browse files
committed
Fix Python publish?
1 parent 74b5d9d commit cbb2c0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ jobs:
9696
python-version: 3.9
9797
- uses: actions/setup-python@v2
9898
with:
99-
python-version: 3.10
99+
python-version: "3.10"
100100
- uses: actions/setup-python@v2
101101
with:
102-
python-version: 3.11
102+
python-version: "3.11"
103103
- uses: actions-rs/toolchain@v1
104104
with:
105105
profile: minimal

0 commit comments

Comments
 (0)