Skip to content

Commit

Permalink
Correct typo in comment.
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Murray <[email protected]>
  • Loading branch information
freakboy3742 and radarhere authored Nov 7, 2024
1 parent 904416b commit 4e35852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
PROJECTDIR=$(pwd)
if [[ "$(uname -s)" == "Darwin" ]]; then
# Safety check - macOS builds require that CIBW_ARCHS is set, and that it
# only contains a single value (even though cwbuildwheel) allows multiple
# only contains a single value (even though cibuildwheel) allows multiple
# values in CIBW_ARCHS.
if [[ -z "$CIBW_ARCHS" ]]; then
echo "ERROR: Pillow macOS builds require CIBW_ARCHS be defined."
Expand Down

0 comments on commit 4e35852

Please sign in to comment.