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

Do not attempt to upload wheel to PyPI #537

Open
mihaic opened this issue Nov 28, 2023 · 1 comment
Open

Do not attempt to upload wheel to PyPI #537

mihaic opened this issue Nov 28, 2023 · 1 comment
Assignees
Labels

Comments

@mihaic
Copy link
Member

mihaic commented Nov 28, 2023

We are not building wheels (#286). Furthermore, it is causing the publishing job to fail:

ERROR HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/
Binary wheel 'brainiak-0.0.0-cp312-cp312-linux_x86_64.whl' has an
unsupported platform tag 'linux_x86_64'.

https://github.com/brainiak/brainiak/actions/runs/7011666442/job/19076302331

@davidt0x
Copy link
Contributor

Yeah ok, I thought the wheel wouldn't hurt things. The action I am using builds the sdist and the wheel and I don't seem to be able to disable it. I will modify the action script and include it in our repo then.

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

No branches or pull requests

2 participants