Skip to content

Commit

Permalink
Release Pipeline Fixes (#2767)
Browse files Browse the repository at this point in the history
* Fix zenodo badge

* Pick from the website

* update badge in credits.rst

* Use the all versions DOI

* Inherit secrets

* Change triggers for testing

* Reset Triggers
  • Loading branch information
atharva-2001 committed Aug 2, 2024
1 parent bd1558b commit 1807f36
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,6 @@ jobs:

pip_tests:
uses: ./.github/workflows/tests.yml
secrets: inherit
with:
pip_git: true
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,9 @@ The following BibTeX entries are needed for the references:
.. |CITATION| replace:: kerzendorf_2023_10207663

.. |DOI_BADGE| image:: https://img.shields.io/badge/DOI-10.5281/zenodo.3_10207663-blue
:target: https://doi.org/10.5281/zenodo.3_10207663
.. |DOI_BADGE| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.592480.svg
:target: https://doi.org/10.5281/zenodo.592480


.. code-block:: bibtex
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/credits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ The following BibTeX entries are needed for the references:
.. |CITATION| replace:: kerzendorf_2023_10207663

.. |DOI_BADGE| image:: https://img.shields.io/badge/DOI-10.5281/zenodo.3_10207663-blue
:target: https://doi.org/10.5281/zenodo.3_10207663
.. |DOI_BADGE| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.592480.svg
:target: https://doi.org/10.5281/zenodo.592480

.. code-block:: bibtex
Expand Down

0 comments on commit 1807f36

Please sign in to comment.