Skip to content

Commit

Permalink
Update zenodo, DOI, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
f0uriest committed Oct 21, 2023
1 parent 02c1704 commit dd8525b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_TOKEN }}
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ message: >-
If you use this software, please cite it using the
metadata from this file. To cite a specific version of interpax,
please cite the correct version from Zenodo at
https://zenodo.org/search?page=1&size=20&q=conceptrecid:%224876504%22&sort=-version&all_versions=True
https://zenodo.org/doi/10.5281/zenodo.10028967
type: software
authors:
- given-names: Rory
Expand All @@ -14,7 +14,7 @@ authors:
orcid: 'https://orcid.org/0000-0001-8366-2111'
identifiers:
- type: doi
value: 10.5281/zenodo.4876504
value: 10.5281/zenodo.10028967
description: 'Master DOI for interpax, points to latest release.'
- type: url
value: 'https://github.com/f0uriest/interpax'
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ For full details of various options see the `API documentation <https://interpax
:target: https://github.com/f0uriest/interpax/blob/master/LICENSE
:alt: License

.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4876504.svg
:target: https://doi.org/10.5281/zenodo.4876504
:alt: DOI
.. |DOI| image:: https://zenodo.org/badge/706703896.svg
:target: https://zenodo.org/doi/10.5281/zenodo.10028967
:alt: DOI

.. |Docs| image:: https://img.shields.io/readthedocs/interpax?logo=Read-the-Docs
:target: https://interpax.readthedocs.io/en/latest/?badge=latest
Expand Down

0 comments on commit dd8525b

Please sign in to comment.