Output wheels into dist, not wheelhouse

This commit is contained in:
Casper van der Wel
2021-12-03 22:23:55 +01:00
committed by GitHub
parent 6cf09c9e3b
commit 2699802bca
+2 -2
View File
@@ -22,8 +22,8 @@ install:
- python3 -m pip install cibuildwheel==2.3.0
script:
# build the wheels, put them into './wheelhouse'
- python3 -m cibuildwheel --output-dir wheelhouse
# build the wheels, put them into './dist'
- python3 -m cibuildwheel --output-dir dist
deploy:
provider: pypi