Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Aug 6, 2023
1 parent 3551853 commit a9056f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ jobs:
mkdir hictkpy
cp hictkpy*.pyd hictkpy/
find "$CONAN_HOME/p/" -type f -name deflate.dll -exec sh -c 'cp "$1 hictkpy/" {} +
find "$CONAN_HOME/p/" -type f -name hdf5.dll -exec sh -c 'cp "$1 hictkpy/" {} +
find "$CONAN_HOME/p/" -type f -name zlib.dll -exec sh -c 'cp "$1 hictkpy/" {} +
find "$CONAN_HOME/p/" -type f -name deflate.dll -exec sh -c 'cp "$1 hictkpy/"' {} +
find "$CONAN_HOME/p/" -type f -name hdf5.dll -exec sh -c 'cp "$1 hictkpy/"' {} +
find "$CONAN_HOME/p/" -type f -name zlib.dll -exec sh -c 'cp "$1 hictkpy/"' {} +
rm "$wheel"
7zip a "$wheel" -tzip -r hictkpy-*.dist-info/ hictkpy/
Expand Down

0 comments on commit a9056f7

Please sign in to comment.