-
Notifications
You must be signed in to change notification settings - Fork 24.2k
Add Github action to upload full source releases #63022
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
Those release tarballs include the submodules. The action is run on every tag, master-branch push but will not upload anything. This makes sure nothing is broken when an actual release happens. On created releases the action runs and uploads the tarball
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 0f9e866 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions to the (internal) Dr. CI Users group. |
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, might also need a pull_request
trigger for easier testing as well
64fe057
to
d9caf1e
Compare
@seemethere has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
@seemethere merged this pull request in 51a67d3. |
Summary: Those release tarballs include the submodules. The action is run on every tag, master-branch push but will not upload anything. This makes sure nothing is broken when an actual release happens. On created releases the action runs and uploads the tarball Fixes #62708 As I don't have access rights here and testing is obviously hard (as a new release needs to be published), I set up a test at https://github.com/Flamefire/pytorch/releases/tag/testtag See also the run(s) at https://github.com/Flamefire/pytorch/actions/workflows/create_release.yml Pull Request resolved: #63022 Reviewed By: saketh-are Differential Revision: D30256253 Pulled By: seemethere fbshipit-source-id: ab5fe131452de14ae3768b91c221e68c536cb3aa
Those release tarballs include the submodules.
The action is run on every tag, master-branch push but will not upload anything.
This makes sure nothing is broken when an actual release happens.
On created releases the action runs and uploads the tarball
Fixes #62708
As I don't have access rights here and testing is obviously hard (as a new release needs to be published), I set up a test at https://github.com/Flamefire/pytorch/releases/tag/testtag
See also the run(s) at https://github.com/Flamefire/pytorch/actions/workflows/create_release.yml