diff --git a/bazel/scripts/build-wheel.sh b/bazel/scripts/build-wheel.sh index d19fa5e..050ec2d 100755 --- a/bazel/scripts/build-wheel.sh +++ b/bazel/scripts/build-wheel.sh @@ -79,7 +79,7 @@ print('ecc wheel smoke test passed: chipcompiler package importable') ( cd "$out_dir" - sha256sum ./*.whl > "$out_root/SHA256SUMS" + sha256sum -- *.whl > "$out_root/SHA256SUMS" ) echo "[wheel] done"