Add action to build releases#54
Open
cgarling wants to merge 23 commits into
Open
Conversation
Agent-Logs-Url: https://github.com/cgarling/local_volume_database/sessions/fdbcd839-421b-49d7-bc75-11f387e7252a Co-authored-by: cgarling <20730107+cgarling@users.noreply.github.com>
Updated GitHub Actions workflow to include new inputs for release tag and dry run option, and upgraded action versions.
Agent-Logs-Url: https://github.com/cgarling/local_volume_database/sessions/cb63619c-c7bd-47ca-a45e-9b5e4be2b278 Co-authored-by: cgarling <20730107+cgarling@users.noreply.github.com>
Agent-Logs-Url: https://github.com/cgarling/local_volume_database/sessions/aec18631-99f1-45a4-a327-06740aa5c8f7 Co-authored-by: cgarling <20730107+cgarling@users.noreply.github.com>
Agent-Logs-Url: https://github.com/cgarling/local_volume_database/sessions/aec18631-99f1-45a4-a327-06740aa5c8f7 Co-authored-by: cgarling <20730107+cgarling@users.noreply.github.com>
Updated the build_release workflow to check for existing tags and install dependencies from a requirements file.
Added 'cm-super' package to LaTeX installation.
Add texlive-publishers for revtex4-1
Agent-Logs-Url: https://github.com/cgarling/local_volume_database/sessions/d10992b1-f787-4d44-87c5-d126b8fc1dc4 Co-authored-by: cgarling <20730107+cgarling@users.noreply.github.com>
Agent-Logs-Url: https://github.com/cgarling/local_volume_database/sessions/ad1840fa-1555-4716-a939-39ef81aac8a3 Co-authored-by: cgarling <20730107+cgarling@users.noreply.github.com>
Owner
|
This is really cool to see. This is going to take me a bit to work through. |
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #8.
This adds a manually triggered action to follow the steps in create_database.sh (I wrote the steps into the action itself, it doesn't actually use create_database.sh) and stage the output files as a github release. When manually triggered, the action will ask for a tag identifer, release notes, and there is an additional toggle to disable creating a release (you can toggle this off to do a "dry run").
You will see I made some additional changes to facilitate running on CI.
LVDBDIRenvironment variable had an ending '/' or not, used pathlib to harden thisSee successful build run here:
https://github.com/cgarling/local_volume_database/actions/runs/25891102793/job/76094209244
which created this release: https://github.com/cgarling/local_volume_database/releases/tag/test1
You can peruse the files it created and see if anything is missing or looks incorrect. Let me know what you think, happy to iterate on this