-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Updating package release to run through the ESRP release pipeline #29004
Conversation
…ally publishing to pypi
Co-authored-by: Ben Broderick Phillips <[email protected]>
I also need to adjust this PR to allow the partner release pipeline to use this same strategy. That commit will be added before merge after all the releases have finished up. |
Commenting old PR body for posterity. @hallipr @JimSuplizio I basically copy-pasta-ed your configuration from sdk-for-java. Excepting:
Any gotchas that I should be aware of other than actually running this thing? EDIT: according to filed icm the ESRP team does not currently support uploading a Further EDIT: 3/6/2023 ESRP team got back to me, re-ran the release, zip sdist is present now. |
Resolves #28160
This PR enables the usage of
ESRP Release
task for publish to PyPI. SDK Devs don't need to worry about this update, as the release process remains the same.This PR:
ESRP Release
task instead oftwine upload
using ourazure-sdk
account.Microsoft
account instead of theazure-sdk
account.Check
doc/esrp_release.md
for additional detail on break glass scenarios.