-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Manually cut releases of each package #2441
Comments
Towards googleapis#2441. - Updating umbrella README to point at all packages - Putting upper bounds on grpcio in dependencies - Putting lower bounds on all google-cloud-* packages listed as dependencies - Adding `setup.cfg` for universal wheels
Confirming discussion offline: this plan looks good to me. |
@daspecster See above:
|
Thanks @tseaver. Just waiting to hear from @bjwatson about 0.10.x versions of the gapic pieces. https://pypi.python.org/pypi/gapic-google-pubsub-v1 |
@dhermes that's what I was responding too. Just curious what the checkboxes for speech were on this. |
@daspecster Speech should be today. We're actually going to cut 0.11.0 releases of everything, but it shouldn't affect you apart from bumping the version bounds. This is due to refining our model for how to represent enums, which is a new feature in Python GAPIC, so I'm guessing you're not using our enums yet anyway. |
Just pushed the |
@tseaver @jonparrott Everything went really well, except the umbrella package:
Any idea why it generated |
I just used https://gist.github.com/dhermes/a4e097f2f80fd490b256fc3aa2b4a46b to generate https://pypi.python.org/pypi/google-cloud-natural-language/0.20.0 This had the same problem of |
It's worth noting that the following PRs were left out of the release notes: #2455, #2453, #2452, #2449, #2445, #2444, #2351, #2362, #2355, #2363, #2364, #2369, #2380, #2381, #2370, #2388, #2386, #2387, #2424, #2392, #2393, #2396, #2394, #2399, #2407, #2403, #2408, #2412, #1702 In addition, the few Speech related PRs were also left out, since |
Figured out the wheel issue. On my machine I had |
Towards #2441. - Updating umbrella README to point at all packages - Putting upper bounds on grpcio in dependencies - Putting lower bounds on all google-cloud-* packages listed as dependencies - Adding `setup.cfg` for universal wheels
Towards #2441. - Updating umbrella README to point at all packages - Putting upper bounds on grpcio in dependencies - Putting lower bounds on all google-cloud-* packages listed as dependencies - Adding `setup.cfg` for universal wheels
Towards #2441. - Updating umbrella README to point at all packages - Putting upper bounds on grpcio in dependencies - Putting lower bounds on all google-cloud-* packages listed as dependencies - Adding `setup.cfg` for universal wheels
Towards #2441. - Updating umbrella README to point at all packages - Putting upper bounds on grpcio in dependencies - Putting lower bounds on all google-cloud-* packages listed as dependencies - Adding `setup.cfg` for universal wheels
Towards #2441. - Updating umbrella README to point at all packages - Putting upper bounds on grpcio in dependencies - Putting lower bounds on all google-cloud-* packages listed as dependencies - Adding `setup.cfg` for universal wheels
Towards #2441. - Updating umbrella README to point at all packages - Putting upper bounds on grpcio in dependencies - Putting lower bounds on all google-cloud-* packages listed as dependencies - Adding `setup.cfg` for universal wheels
Towards #2441. - Updating umbrella README to point at all packages - Putting upper bounds on grpcio in dependencies - Putting lower bounds on all google-cloud-* packages listed as dependencies - Adding `setup.cfg` for universal wheels
Towards #2441. - Updating umbrella README to point at all packages - Putting upper bounds on grpcio in dependencies - Putting lower bounds on all google-cloud-* packages listed as dependencies - Adding `setup.cfg` for universal wheels
@tseaver Can you sign off on my current plan (mostly run from the command line)
0.20dev
to0.20.0
and solidify bounds for dependencies.gcloudpypi
credentials in${HOME}/.pypirc
NOTE:
speech
is not in here, it isn't ready to release5. Then release the umbrella package
The text was updated successfully, but these errors were encountered: