diff --git a/.github/workflows/conda-build.yml b/.github/workflows/conda-build.yml index 9cf7892c..ce376d4c 100644 --- a/.github/workflows/conda-build.yml +++ b/.github/workflows/conda-build.yml @@ -74,6 +74,7 @@ jobs: python -m pip install auditwheel auditwheel repair dist/*.whl -w wheelhouse/ rm -rf dist/ + mkdir -p dist/ mv wheelhouse/* dist/ fi WHEEL_PATH=$(ls dist/*.whl)