Skip to content

Commit

Permalink
tools: fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jan 23, 2025
1 parent 4257dba commit 87b955e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build-manylinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Build all the wheel artifacts for the platforms supported by manylinux2014 and
# export them to the specified location.
set -exo pipefail
set -euxo pipefail

function assert_defined(){
if [[ -z "${!1}" ]]; then
Expand Down

0 comments on commit 87b955e

Please sign in to comment.