Skip to content

Commit

Permalink
Enable harvesting from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
led02 committed Aug 13, 2024
1 parent a418fec commit 797b0ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hermes-zenodo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: pip install hermes
- run: pip install hermes hermes-plugin-python
- run: hermes harvest
- run: hermes process
- run: hermes curate
Expand Down
2 changes: 1 addition & 1 deletion hermes.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: CC0-1.0

[harvest]
sources = [ "cff" ] # ordered priority (first one is most important)
sources = [ "cff", "toml" ] # ordered priority (first one is most important)

[deposit]
target = "invenio_rdm"
Expand Down

0 comments on commit 797b0ca

Please sign in to comment.