-
Notifications
You must be signed in to change notification settings - Fork 148
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
Cutting a new release #49
Comments
Maybe we can take this as an opportunity to setup some basic travis infrastructure so that future releases just require a maintainer to make a new release on GitHub. A good contribution for that would be a PR that adds https://docs.travis-ci.com/user/deployment/pypi/ and we'd either need @ryanlovett to then setup his PyPI password as a secure variable in |
I'll create a separate PyPI account for nbserverproxy CI and enable it to upload. |
I'll second the request for a new release: in pangeo-data/pangeo#432 we're recommending explicitly requesting nbserverproxy 0.8.3 and tornado 5.0.2 because
out of the box and that doesn't work for forwarding the dask dashboard through |
I've pushed out 0.8.4. I'll keep this issue open until we address @betatim's suggestion.
Anything else? |
I didn't know there was a conda-forge package, is there something we can do to automate updating that when we tag a new release here? Or not worth the effort? The list looks good. |
I've configured travis for pypi deploys, but flubbed my chance on a tagged commit. I added the need for tests to the list above. |
Debugging the PyPI upload process can be a bit tedious, I usually make a release or two marked as pre-release and with a version that ends in |
Given there have been a couple of releases recently, should this be closed? |
The last version bump triggered CI properly and would have uploaded to pypi had I not already done it. Closing. We need tests though. |
The subprotocols fix hasn't made it into a release or a PyPi package. Please publish a new release and upload to PyPi so I can just pip install a packagename instead of from a git repo.
The text was updated successfully, but these errors were encountered: