Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--only doesn't work for -win32 identifiers #1281

Closed
joerick opened this issue Sep 24, 2022 · 1 comment · Fixed by #1282
Closed

--only doesn't work for -win32 identifiers #1281

joerick opened this issue Sep 24, 2022 · 1 comment · Fixed by #1282

Comments

@joerick
Copy link
Contributor

joerick commented Sep 24, 2022

in ddelange/asyncpg#2

and before this change it was fine: https://github.com/ddelange/asyncpg/actions/runs/3072698535/jobs/4964355341#step:4:89

maybe it's an issue with the --only flag?

on my mac:

$ cibuildwheel --print-build-identifiers --platform windows --arch x86,AMD64
cp36-win32
cp36-win_amd64
cp37-win32
cp37-win_amd64
cp38-win32
cp38-win_amd64
cp39-win32
cp39-win_amd64
cp310-win32
cp310-win_amd64
cp311-win32
cp311-win_amd64
pp37-win_amd64
pp38-win_amd64
pp39-win_amd64

Originally posted by @ddelange in #1266 (comment)

@joerick
Copy link
Contributor Author

joerick commented Sep 24, 2022

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 a pull request may close this issue.

1 participant