Skip to content
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

Update zenodo, DOI, etc #5

Merged
merged 1 commit into from
Oct 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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