-
Notifications
You must be signed in to change notification settings - Fork 4
Release workflow #29
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
Merged
tsmathis
merged 52 commits into
materialsproject:master
from
HugoOnghai:release-workflow
Aug 5, 2025
Merged
Release workflow #29
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
c939288
Fixed .gitignore
HugoOnghai e102ef8
Made new release-workflow branch off of master
HugoOnghai 11b4512
First test of release workflow
HugoOnghai a6bb412
added temporary placeholder for publish
HugoOnghai 1c05fd9
Fixed branch in pull from main to current branch name
HugoOnghai 63ce63c
Adjusted github push action step
HugoOnghai 77fa6b6
Added mkdocs!
HugoOnghai ce2811d
Updated CHANGELOG.md
706e260
Added error error detection of nothing to commit, for development I g…
HugoOnghai 7056279
Trying to get mkdocs to build
HugoOnghai b5a3e69
Trying uvx to run mkdocs build, swapped order of syc and pip list
HugoOnghai 4495875
Switching to uvx mkdocs gh-deploy
HugoOnghai fe1a188
Trying to resolve local branch being behind with a git pull first
HugoOnghai 2ee97be
Attempting to fetch gh-pages first to pull any changes first before d…
HugoOnghai a26bc49
Return to workflow branch before calling mkdocs gh-deploy
HugoOnghai 58b9eca
Added favicon and made about page, preparing for first release and ch…
HugoOnghai 0b5cefc
Attempting first automated push to testpypi, bumped to mpcite 0.0.4 a…
HugoOnghai 3a8137b
Maybe uv publish was commented out accidentally
HugoOnghai c499619
Forgot to supply testpypi api token
HugoOnghai 5a1e2f3
Added Brief readme.md
HugoOnghai a8d9aed
Fixed URL on Readme
HugoOnghai d887e6a
Removing release on branch for now
HugoOnghai a1a320c
Changed about.md
HugoOnghai 9bf11dc
Added workflow dispatch to release workflow
HugoOnghai 1e70928
debugging workflow_dispatch
HugoOnghai 06aee08
testing workflow dispatch...
HugoOnghai f67e2e5
Ignore workflow requirement if event is not workflow_dispatch
HugoOnghai 7fc25e1
Fixed typing twice
HugoOnghai 71ecaee
Republish to see if it fixes.
HugoOnghai 6211173
removing fetching of gh-pages
HugoOnghai af0af84
Trying original functionality again, and hoping workflow dispatch works
HugoOnghai c5e7da6
Removed README.md, will direct users to documentation instead
HugoOnghai fe10af0
Fixing PR Comments
HugoOnghai b7af4c2
Cleaned up docs
HugoOnghai 2493185
moved mkdocs to a new dependency group: docs
HugoOnghai 60cffcf
Added error error detection of nothing to commit, for development I g…
HugoOnghai b43cf2b
Trying to get mkdocs to build
HugoOnghai de0e156
Trying uvx to run mkdocs build, swapped order of syc and pip list
HugoOnghai e9f2b38
Switching to uvx mkdocs gh-deploy
HugoOnghai ca2e879
Attempting to fetch gh-pages first to pull any changes first before d…
HugoOnghai 735309d
Added favicon and made about page, preparing for first release and ch…
HugoOnghai 1eb5479
Attempting first automated push to testpypi, bumped to mpcite 0.0.4 a…
HugoOnghai 95f536d
Added Brief readme.md
HugoOnghai 7d0d51c
Fixed URL on Readme
HugoOnghai 489492c
Changed about.md
HugoOnghai 3eb285b
Added workflow dispatch to release workflow
HugoOnghai a991ed8
testing workflow dispatch...
HugoOnghai c98d994
Ignore workflow requirement if event is not workflow_dispatch
HugoOnghai 6f44bd7
Removed README.md, will direct users to documentation instead
HugoOnghai 9098e5a
Fixing PR Comments
HugoOnghai a3adddb
Cleaned up docs
HugoOnghai 9116535
update lock file
HugoOnghai File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -209,3 +209,7 @@ __marimo__/ | |
|
|
||
| # Streamlit | ||
| .streamlit/secrets.toml | ||
|
|
||
| json_pages/ | ||
| notebooks/ | ||
| test_json_pages/ | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Changelog | ||
|
|
||
|
|
||
|
|
||
| \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
Binary file not shown.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| # Home | ||
|
|
||
| For the source code visit the [GitHub Repository](https://github.com/materialsproject/MPCite). | ||
|
|
||
| For package instructions visit [PyPi](https://pypi.org/p/mp-cite). | ||
|
|
||
| # What is MPCite? | ||
|
|
||
| MPCite provides high-throughput, orchestrated functions for the Materials Project to interact programmatically with the DOE Office of Scientific and Technical Information (OSTI) via the E-Link API [[1]](https://github.com/doecode/elinkapi). It enables automated submission, validation, and management of metadata records and Digital Object Identifiers (DOIs) for materials data within the Materials Project ecosystem. | ||
|
|
||
| Designed as a backend utility, MPCite ensures robust, scalable DOI assignment workflows through modular and reusable interfaces that integrate directly with MP's data infrastructure. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| site_name: MPCite | ||
| nav: | ||
| - Home: index.md | ||
| - Changelog: CHANGELOG.md |
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
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.