Skip to content

Conversation

@graingert
Copy link
Contributor

No description provided.

@graingert graingert marked this pull request as ready for review July 31, 2024 09:05
@graingert graingert mentioned this pull request Jul 31, 2024
@ngoldbaum ngoldbaum mentioned this pull request Oct 20, 2025
Copy link

@cclauss cclauss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI builds currently fail. Do we want PyPy builds?

if: runner.os == 'Windows'
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BUILD: cp38-${{ matrix.name }}* pp*-${{ matrix.name }}*
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
CIBW_BUILD: cp38-${{ matrix.name }}* pp*-${{ matrix.name }}*
CIBW_BUILD: cp38-${{ matrix.name }}*

OR CIBW_PROJECT_REQUIRES_PYPY=1

CIBW_BUILD: cp38-* pp*-*
CIBW_SKIP: "*musllinux*"
CIBW_ENABLE: pypy
CIBW_BUILD: cp38-${{ matrix.name }}* pp*-${{ matrix.name }}*
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
CIBW_BUILD: cp38-${{ matrix.name }}* pp*-${{ matrix.name }}*
CIBW_BUILD: cp38-${{ matrix.name }}*

OR CIBW_PROJECT_REQUIRES_PYPY=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants