Skip to content

Commit

Permalink
Update with official doi
Browse files Browse the repository at this point in the history
  • Loading branch information
KasukabeDefenceForce committed Jan 6, 2025
1 parent e3867d4 commit bf46530
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci-helpers/update_credits.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def generate_zenodo():
"""Generates `zenodo.rst` file with BibTeX citation
Adapted from: https://astrodata.nyc/posts/2021-04-23-zenodo-sphinx/"""

CONCEPT_DOI = "14216805" # See: https://help.zenodo.org/#versioning
CONCEPT_DOI = "14546687" # See: https://help.zenodo.org/#versioning
zenodo_path = pathlib.Path("docs/resources/zenodo.rst")
year = date.today().year

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:

- name: Update CITATION.cff
run: |
rm CITATION.cff
doi2cff init 10.5281/zenodo.14216805
rm -f CITATION.cff
doi2cff init 10.5281/zenodo.14546687
- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Fetch Latest DOI from Zenodo
id: fetch-doi
run: |
CONCEPT_DOI="14216805"
CONCEPT_DOI="14546687"
# Make the API request for BibTeX format, following redirects
response=$(curl -s -L -H "Accept: application/x-bibtex" "https://zenodo.org/api/records/${CONCEPT_DOI}")
Expand Down

0 comments on commit bf46530

Please sign in to comment.