Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 0 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
deploy:
name: Build and upload wheels
permissions:
id-token: write
contents: read
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
Expand Down
9 changes: 6 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
reVeal
******

|License| |Ruff| |Pixi| |SWR|
|License| |Zenodo| |Ruff| |Pixi| |SWR| |Codecov|

.. |PythonV| image:: https://badge.fury.io/py/reVeal.svg
:target: https://pypi.org/project/reVeal/
Expand All @@ -22,8 +22,11 @@ reVeal
.. |SWR| image:: https://img.shields.io/badge/SWR--25--147_-blue?label=NLR
:alt: Static Badge

.. |Zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.17633670.svg
:target: https://doi.org/10.5281/zenodo.17633670
.. |Zenodo| image:: https://zenodo.org/badge/1038758980.svg
:target: https://doi.org/10.5281/zenodo.17984036
Comment thread
ppinchuk marked this conversation as resolved.

.. |Codecov| image:: https://codecov.io/github/NREL/reVeal/graph/badge.svg?token=NXBPNUPT3Y
:target: https://codecov.io/github/NREL/reVeal

.. inclusion-intro

Expand Down
Loading