diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc3fafb..2999f3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,4 +23,4 @@ jobs: uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 with: user: __token__ - password: ${{ secrets.PYPI_API_TOKEN }} + password: ${{ secrets.PYPI_TOKEN }} diff --git a/CITATION.cff b/CITATION.cff index 9e9b726..c3bc367 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 @@ -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' diff --git a/README.rst b/README.rst index 64b96ed..adbdab5 100644 --- a/README.rst +++ b/README.rst @@ -54,9 +54,9 @@ For full details of various options see the `API documentation