-
Notifications
You must be signed in to change notification settings - Fork 3
[BSE-4430] Add a workflow step for pip release #186
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
Conversation
| id-token: write | ||
| name: Upload PyDough Wheels | ||
|
|
||
| if: github.event_name == 'release' && github.event.action == 'published' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the only step that isn't properly tested. I had problems because I tried to setup the OIDC step on pypi and the package name was already taken. I've asked about next steps on slack. However, the testing steps pass, so I don't think this should be a blocker since we can test once we determine how to proceed.
IsaacWarren
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Nick
Adds a github workflow for pip release.