Skip to content

Commit

Permalink
Update badges (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaFicarelli committed Dec 7, 2023
1 parent 6f28635 commit 0db0131
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-sdist.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish sdist tarball to PyPI
name: PyPI

on:
push:
Expand All @@ -21,11 +21,11 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
python -m pip install build
- name: Build a source tarball
- name: Build distribution packages
run:
python -m build

- name: Publish distribution package to PyPI
- name: Publish distribution packages to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
Expand Down
18 changes: 13 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
|banner|

|build_status| |license| |coverage| |docs| |DOI|
|build_status| |license| |coverage| |docs| |CodeQL| |PyPI| |DOI|

blueetl-core
============
Expand Down Expand Up @@ -54,8 +54,8 @@ Citation

When you use this software, we kindly ask you to cite the following DOI:

.. image:: https://zenodo.org/badge/xxxxxxxx.svg
:target: https://zenodo.org/badge/latestdoi/xxxxxxxx
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.10277477.svg
:target: https://doi.org/10.5281/zenodo.10277477


Acknowledgment
Expand Down Expand Up @@ -83,8 +83,16 @@ Copyright © 2023 Blue Brain Project/EPFL
:target: https://blueetl-core.readthedocs.io/
:alt: documentation status

.. |DOI| image:: https://zenodo.org/badge/DOI/xxx/zenodo.yyy.svg
:target: https://doi.org/xxx/zenodo.yyy
.. |CodeQL| image:: https://github.com/BlueBrain/blueetl-core/actions/workflows/github-code-scanning/codeql/badge.svg
:target: https://github.com/BlueBrain/blueetl-core/actions/workflows/github-code-scanning/codeql
:alt: CodeQL

.. |PyPI| image:: https://github.com/BlueBrain/blueetl-core/actions/workflows/publish-sdist.yml/badge.svg
:target: https://pypi.org/project/blueetl-core/
:alt: PyPI

.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.10277477.svg
:target: https://doi.org/10.5281/zenodo.10277477
:alt: DOI

.. local-substitutions
Expand Down

0 comments on commit 0db0131

Please sign in to comment.