pyblish / pyblish-qml

Pyblish QML frontend for Maya 2013+, Houdini 11+, Nuke 8+ and more
GNU Lesser General Public License v3.0
114 stars 44 forks source link

Package deploy failed #358

Closed davidlatwe closed 4 years ago

davidlatwe commented 4 years ago

It looks like CI failed to deploy package to PyPi since pyblish-qml>1.10.6, and based on the error message here, it was because the pip could not be installed due to running in Python 3.4 which is outdated.

Bumping CI's Python version in ./travis.yml should fixes the issue. But it only take effect after merged or direct push, so pinning @mottosso to confirm this. ☺️

mottosso commented 4 years ago

Looks like it. You can push that fix, delete the release and then release again to re-trigger it. Since nothing was uploaded to PyPI there's no harm.

davidlatwe commented 4 years ago

Hmmm, not sure how to delete the release, but I think I will create a temporary branch from 1.11.0 and trigger a custom build from travis-ci for deploying. And another custom bulild on master branch for depolying 1.11.1.

mottosso commented 4 years ago

Eeek. The GitHub UI isn't obvious in how to do it, it's here: https://github.com/pyblish/pyblish-qml/releases/tag/1.11.1

davidlatwe commented 4 years ago

Thanks ! Turns out I also needed to delete the tag so I can trigger the build. Phew. And finally, both 1.11.0 and 1.11.1 are now in PyPi !

davidlatwe commented 4 years ago

Resolved via 17ad653, closing this now.