Skip to content

Commit 00138fe

Browse files
committed
Typo
1 parent a724533 commit 00138fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
env:
156156
CIBW_BUILD: py36,py37,py38,py39
157157
- name: Build wheels
158-
run: cibuildwheel --outputdir dist
158+
run: cibuildwheel --output-dir dist
159159
- name: Build sdist
160160
if: "runner.os == 'Linux'"
161161
run: python setup.py sdist

0 commit comments

Comments
 (0)