-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Upload linux wheels doesn't work #135
Comments
@asvetlov wow! ..at least I see 3.1.4a3 manylinux1 wheels in place But why did you skip v3.2 exactly? |
This might be related to roll-out of their second iteration of build stages. There's no deploy step in build log present. |
Let's wait for their answer till tomorrow. |
Plz also note that they've got some issues with their infra currently: https://www.traviscistatus.com/incidents/n90wqynjt6k0 |
Ooops. My mistake |
I think, I've fixed it. Ping me in case of any questions ;) |
See
https://pypi.python.org/pypi?:action=display&name=multidict&version=3.3.0a1#downloads
Maybe handling travis deploy instruction has changed, don't know.
I'm inclined to use
twine
explicitly for uploading both tarball and manylinux wheels.Moreover
./tools/run_docker.sh "multidict"
generates extra_istr.xx.so
forpython 3.6
even it is executed for building3.4
wheel.I'll try to investigate what's going on.
@webknjaz if you have a time to take a look --- it would be awesome.
You are travis jedi, I suspect the deploy is broken after your changes in our build process.
The text was updated successfully, but these errors were encountered: