Output wheels into dist, not wheelhouse
This commit is contained in:
@@ -22,8 +22,8 @@ install:
|
|||||||
- python3 -m pip install cibuildwheel==2.3.0
|
- python3 -m pip install cibuildwheel==2.3.0
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# build the wheels, put them into './wheelhouse'
|
# build the wheels, put them into './dist'
|
||||||
- python3 -m cibuildwheel --output-dir wheelhouse
|
- python3 -m cibuildwheel --output-dir dist
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: pypi
|
provider: pypi
|
||||||
|
|||||||
Reference in New Issue
Block a user