Skip to content

Commit db915f9

Browse files
authored
Update github-deploy.yml
1 parent b206ba9 commit db915f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: python -m pip install cibuildwheel==2.19.1
2828

2929
- name: Build wheels
30-
run: python -m cbuildwheel --output-dir wheelhouse
30+
run: python -m cibuildwheel --output-dir wheelhouse
3131

3232
- uses: actions/upload-artifact@v4
3333
with:

0 commit comments

Comments
 (0)