Skip to content

Commit 7305c86

Browse files
committed
Recreate dist directory before moving repaired auditwheel artifact
1 parent 317241f commit 7305c86

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/conda-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
python -m pip install auditwheel
7575
auditwheel repair dist/*.whl -w wheelhouse/
7676
rm -rf dist/
77+
mkdir -p dist/
7778
mv wheelhouse/* dist/
7879
fi
7980
WHEEL_PATH=$(ls dist/*.whl)

0 commit comments

Comments
 (0)