We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 428600c commit 933dc6bCopy full SHA for 933dc6b
1 file changed
.github/workflows/conda-build.yml
@@ -74,6 +74,7 @@ jobs:
74
python -m pip install auditwheel
75
auditwheel repair dist/*.whl -w wheelhouse/
76
rm -rf dist/
77
+ mkdir -p dist/
78
mv wheelhouse/* dist/
79
fi
80
WHEEL_PATH=$(ls dist/*.whl)
0 commit comments