Skip to content

Commit

Permalink
add logos to readme badges for pypi/conda download stats
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Dec 24, 2022
1 parent 60e5330 commit d947703
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

release:
needs: pytest
if: github.event_name == 'release' || github.event_name == 'workflow_dispatch' && github.event.inputs.task == 'release'
if: github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.event.inputs.task == 'release')
strategy:
matrix:
os: [macos-latest, windows-latest]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![CI Status](https://github.com/materialsproject/pymatgen/actions/workflows/test.yml/badge.svg)](https://github.com/materialsproject/pymatgen/actions/workflows/test.yml)
[![PyPI Downloads](https://img.shields.io/pypi/dm/pymatgen?style=flat&color=blue&label=PyPI%20Downloads)](https://pypi.org/project/pymatgen)
[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/pymatgen?style=flat&color=blue&label=Conda%20Downloads)](https://anaconda.org/conda-forge/pymatgen)
[![Coveralls](https://img.shields.io/coveralls/github/materialsproject/pymatgen?style=flat&label=Coverage)](https://coveralls.io/github/materialsproject/pymatgen?branch=master)
[![PyPI Downloads](https://img.shields.io/pypi/dm/pymatgen?logo=pypi&logoColor=white&color=blue&label=PyPI%20Downloads)](https://pypi.org/project/pymatgen)
[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/pymatgen?logo=condaforge&color=blue&label=Conda%20Downloads)](https://anaconda.org/conda-forge/pymatgen)
[![Coveralls](https://img.shields.io/coveralls/github/materialsproject/pymatgen?logo=coveralls&label=Coverage)](https://coveralls.io/github/materialsproject/pymatgen?branch=master)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/materialsproject/pymatgen/master.svg)](https://results.pre-commit.ci/latest/github/materialsproject/pymatgen/master)

Pymatgen (Python Materials Genomics) is a robust, open-source Python
Expand Down

0 comments on commit d947703

Please sign in to comment.