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

BUG: cp310*win_amd64 wheels failed with invalid --only #183

Closed
pllim opened this issue Jan 30, 2024 · 7 comments · Fixed by #184
Closed

BUG: cp310*win_amd64 wheels failed with invalid --only #183

pllim opened this issue Jan 30, 2024 · 7 comments · Fixed by #184

Comments

@pllim
Copy link
Contributor

pllim commented Jan 30, 2024

Example log: https://github.com/astropy/astropy/actions/runs/7717116721/job/21035485705

Run pipx run --python "C:\hostedtoolcache\windows\Python\3.12.1\x64\python.exe" --spec "D:\a\_actions\pypa\cibuildwheel\v2.16.4" cibuildwheel "." --output-dir '"dist"' --config-file '""' --only '""'
creating virtual environment...
determining package name from 'D:\\a\\_actions\\pypa\\cibuildwheel\\v2.16.4'...
creating virtual environment...
installing cibuildwheel from spec 'D:\\a\\_actions\\pypa\\cibuildwheel\\v2.16.4'...
Invalid --only='""', must be a build selector with a known platform

Is this caused by #182 or #144 ?

@pllim pllim changed the title BUG: BUG: cp310*win_amd64 wheels failed with invalid --only Jan 30, 2024
@ConorMacBride
Copy link
Member

GitHub upgraded powershell pypa/cibuildwheel#1740 Hopefully fix makes it into a release soon.

@pllim
Copy link
Contributor Author

pllim commented Jan 30, 2024

Thanks for the link!

@henryiii
Copy link

Released. :)

@pllim
Copy link
Contributor Author

pllim commented Jan 31, 2024

Thanks!

@pllim pllim closed this as completed Jan 31, 2024
@pllim
Copy link
Contributor Author

pllim commented Jan 31, 2024

Oh wait, I guess this workflow here still needs updating?

uses: pypa/cibuildwheel@v2.16.4

@pllim pllim reopened this Jan 31, 2024
@henryiii
Copy link

If you use uses: pypa/cibuildwheel@v2.16 you are fine, but yes, uses: pypa/cibuildwheel@v2.16.4 needs to be updated to uses: pypa/cibuildwheel@v2.16.5.

@henryiii
Copy link

henryiii commented Jan 31, 2024

(or any older version also needs updating)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants