-
Notifications
You must be signed in to change notification settings - Fork 999
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
Release Printrun 2.0.0rc6 #1085
Conversation
One thing I'm concerned about with the pypi wheels is that the os names need to have a particular pattern to be accepted to pypi but they are currently named after the github action runner system name |
I see |
However, is should be manylinux, not linux :( Let's figure that out after we figure out the credentials issue: #1082 (comment) |
the source distribution is missing the filename too as far as I can see - it's just called sdist, and the macos buid is called macos-latest, whereas it should be something like macosx_10_15_x86_64. See here for naming convention examples. |
That is just the zip with possibly multiple files. |
I've opened RalfG/python-wheels-manylinux-build#24 for the manylinux thing. |
For some reason windows build for 3.6 produces a file called Printrun-2.0.0rc6-cp38-cp38-win_amd64.whl |
Similarly the manylinux one produces "Binary wheel 'Printrun-2.0.0rc6-cp36-cp36m-linux_x86_64.whl' has an unsupported platform tag 'linux_x86_64'." |
Yes, the manylinux are RalfG/python-wheels-manylinux-build#24 and #1086 |
All the Windows builds are 3.8 in fact :/ |
Here: #1087 |
No description provided.