diff --git a/examples/travis-ci-deploy.yml b/examples/travis-ci-deploy.yml index 82fb61ec..7f145307 100644 --- a/examples/travis-ci-deploy.yml +++ b/examples/travis-ci-deploy.yml @@ -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