-
Notifications
You must be signed in to change notification settings - Fork 309
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
add support for uploading windows installers #26
Conversation
Just a FYI that I'm planning on merging this. I just need to test it still. |
thanks for the feedback. one problem I noticed is that I couldn't upload greenlet's wininstaller for python 2.4. the zipfile contains just greenlet.pyd and greenlet.h. .msi files also cannot be uploaded. Do you have any plans to fix that? (something like a switch to "read metadata from another file but upload that .msi/.exe") |
I just rebased this and it seems to be working fine for |
This looks good to me. If you can give this a rebase @schmir I'll give it a test and merge it. |
I just noticed that this closes #64 as well |
Sorry, but I don't use python anymore and I'm not interested in doing that work. |
Superseded by #68 |
twine is currently not able to upload bdist_wininst generated windows installers. this pull requests adds support for it.