diff --git a/devel_docs/devdoc_parts/pypi_deploy.adoc b/devel_docs/devdoc_parts/pypi_deploy.adoc index 207b9f28..ab57a7d8 100644 --- a/devel_docs/devdoc_parts/pypi_deploy.adoc +++ b/devel_docs/devdoc_parts/pypi_deploy.adoc @@ -16,7 +16,7 @@ NOTE: the wheel build on an Intel Mac may try and fail to load Intel iPPIcv), th rm -rf _skbuild CIBW_ARCHS_MACOS="arm64" pipx run cibuildwheel --platform=macos && say "wheel build finished" -twine upload wheelhouse/* +pipx run twine upload wheelhouse/* ``` or