Skip to content

Commit

Permalink
Try to get Python build info from GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Dec 13, 2023
1 parent 03f024d commit d5ceaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
# CIBW_TEST_SKIP: "*-macosx_arm64"
CIBW_SKIP: cp36-* pp*
CIBW_ENVIRONMENT: APPEND_VERSION=".post0" UWSGI_PROFILE=pyuwsginossl
CIBW_TEST_COMMAND: pyuwsgi --help
CIBW_TEST_COMMAND: "uwsgi --module foo --need-app --http :8080 || true"
CIBW_BEFORE_BUILD_MACOS: IS_MACOS=1 ./pre_build.sh
CIBW_BEFORE_BUILD_LINUX: ./pre_build.sh && (yum install -y zlib-devel || apk add zlib-dev)
CIBW_BUILD_VERBOSITY_LINUX: "3"
Expand Down

0 comments on commit d5ceaba

Please sign in to comment.