···2424 ${maturinBuildFlags-}
2525 )
26262727- runHook postBuild
2828-2927 if [ ! -z "${buildAndTestSubdir-}" ]; then
3028 popd
3129 fi
···3331 # Move the wheel to dist/ so that regular Python tooling can find it.
3432 mkdir -p dist
3533 mv target/wheels/*.whl dist/
3434+3535+ # These are python build hooks and may depend on ./dist
3636+ runHook postBuild
36373738 echo "Finished maturinBuildHook"
3839}