Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed May 3, 2024
1 parent 5677ab0 commit caba5a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-wheels-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ zip -r openturns-${VERSION}-${TAG}.whl openturns openturns.libs openturns-${VERS
# gather dependencies
delocate-listdeps openturns-${VERSION}-${TAG}.whl
delocate-wheel -w ${SCRIPTPATH}/wheelhouse -v openturns-${VERSION}-${TAG}.whl
if ! test -f "${SCRIPTPATH}/wheelhouse/openturns-${VERSION}-${TAG}.whl"
then
mv ${SCRIPTPATH}/wheelhouse/openturns-${VERSION}-*.whl ${SCRIPTPATH}/wheelhouse/openturns-${VERSION}-${TAG}.whl
fi
delocate-listdeps --all ${SCRIPTPATH}/wheelhouse/openturns-${VERSION}-*.whl

# test
Expand Down

0 comments on commit caba5a6

Please sign in to comment.