8000 Output wheels into dist, not wheelhouse · Develop-Python/cibuildwheel@2699802 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2699802

Browse files
authored
Output wheels into dist, not wheelhouse
1 parent 6cf09c9 commit 2699802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/travis-ci-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ install:
2222
- python3 -m pip install cibuildwheel==2.3.0
2323

2424
script:
25-
# build the wheels, put them into './wheelhouse'
26-
- python3 -m cibuildwheel --output-dir wheelhouse
25+
# build the wheels, put them into './dist'
26+
- python3 -m cibuildwheel --output-dir dist
2727

2828
deploy:
2929
provider: pypi

0 commit comments

Comments
 (0)
0