Skip to content

Commit 933dc6b

Browse files
authored
Recreate dist directory before moving repaired auditwheel artifact (#283)
* Recreate dist directory before moving repaired auditwheel artifact
1 parent 428600c commit 933dc6b

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)