Skip to content

Commit

Permalink
Bump to 2.0.23.post0
Browse files Browse the repository at this point in the history
2.0.23 was affected by a packaging error for Python 3.12
see unbit/uwsgi#2579
  • Loading branch information
ipmb committed Dec 7, 2023
1 parent 373166e commit a787c47
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 @@ -40,7 +40,7 @@ jobs:
# tesing on emulated arm64 isn't supported for MacOS
# CIBW_TEST_SKIP: "*-macosx_arm64"
CIBW_SKIP: cp36-* pp*
CIBW_ENVIRONMENT: APPEND_VERSION="" UWSGI_PROFILE=pyuwsginossl
CIBW_ENVIRONMENT: APPEND_VERSION=".post0" UWSGI_PROFILE=pyuwsginossl
CIBW_TEST_COMMAND: pyuwsgi --help
CIBW_BEFORE_ALL: ./patch-uwsgi-packaging.sh uwsgi
CIBW_BEFORE_BUILD_MACOS: IS_MACOS=1 ./pre_build.sh
Expand Down

0 comments on commit a787c47

Please sign in to comment.