Skip to content
This repository was archived by the owner on Jul 2, 2025. It is now read-only.

Commit 860e24d

Browse files
authored
Fix a typo that resulted in skipping the wheel build preparing command step for Linux. (#318)
1 parent c7d69d6 commit 860e24d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ jobs:
8282
&& echo "Building GMP"
8383
&& cd gmp-6.2.1 && ./configure --enable-fat
8484
&& make && make install && cd .. && rm -rf gmp-6.2.1
85-
CIBW_BEFORE_BUID_LINUX: >
86-
python -m pip install --upgrade pip
85+
CIBW_BEFORE_BUILD_LINUX: python -m pip install --upgrade pip
8786
CIBW_ENVIRONMENT_MACOS: "MACOSX_DEPLOYMENT_TARGET=10.14"
8887
# GH hosted MacOS runner has gmp natively
8988
# CIBW_ARCHS_MACOS: x86_64 arm64 universal2

0 commit comments

Comments
 (0)