Skip to content

Commit a07817e

Browse files
authored
Fix bad syntax in wheels.yml
1 parent e400351 commit a07817e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Used to host cibuildwheel
2323
- uses: actions/setup-python@v4
2424
with:
25-
version: '3.11'
25+
python-version: '3.11'
2626

2727
- name: Build sdist
2828
if: matrix.os == 'ubuntu-20.04'

0 commit comments

Comments
 (0)