-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add release workflow #1381
Add release workflow #1381
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
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.
LGTM. I guess we need to add the secret now
Unfortunately I don't have access to that, but @lantiga can maybe help here since he also made the past LitGPT releases when I remember correctly |
Merging. I'll add my own token and try it out |
Worked flawlessly: https://github.com/Lightning-AI/litgpt/actions/runs/8999883396/job/24722989843, https://pypi.org/project/litgpt/#history Thanks Seb! |
Awesome, glad to hear! |
As discussed in #1348 @carmocca, this is a workflow for publishing to PyPI. I used this previously in my BioPandas package, and it worked great. You basically just need to add the PyPI API tokens as described here https://dev.to/iamtekson/publish-package-to-pypi-and-release-new-version-using-github-actions-108k
Fixes #1348