Skip to content

Commit

Permalink
build version 2.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Oct 11, 2024
1 parent c7848cd commit 287c818
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
package-dir: ./${{ needs.build_sdist.outputs.sdist_name }}
env:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_SKIP: cp36-* cp38-macosx_arm64 cp313-* pp*
CIBW_SKIP: cp36-* cp38-macosx_arm64 pp*
CIBW_ENVIRONMENT: UWSGI_PROFILE=pyuwsginossl
CIBW_TEST_COMMAND: "pyuwsgi --help"
CIBW_BEFORE_BUILD_MACOS: "find . -name '*.o' -delete && IS_MACOS=1 ./pre_build.sh"
Expand Down
2 changes: 1 addition & 1 deletion bin/package-version
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ _ROOT = os.path.dirname(os.path.abspath(os.path.dirname(__file__)))

# if 0: use the upstream version
# if >0: append `.post1` / `.a1` as needed
SERIAL = 1
SERIAL = 0


def main() -> int:
Expand Down
40 changes: 0 additions & 40 deletions patches/00-avoid-interleaving-pyuwsgi-threadstate.patch

This file was deleted.

0 comments on commit 287c818

Please sign in to comment.