diff --git a/.github/workflows/python-publish-testpypi.yml b/.github/workflows/python-publish-testpypi.yml index 289ce56..9c8fb43 100644 --- a/.github/workflows/python-publish-testpypi.yml +++ b/.github/workflows/python-publish-testpypi.yml @@ -3,7 +3,7 @@ # push to the master branch occures. For more information see: # https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries -name: Upload Python Package +name: Upload Test Python Package on: push: diff --git a/README.md b/README.md index 2344a39..b5fcc65 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![PyPI](https://img.shields.io/pypi/v/openmc-plotter?color=brightgreen&label=pypi&logo=grebrightgreenen&logoColor=green)](https://pypi.org/project/openmc-plotter/) + # OpenMC Plot Explorer ## Description @@ -16,10 +18,9 @@ OpenMC, Matplotlib, NumPy, PySide2 This package is most easily installed by running ```console -pip install . +pip install openmc-plotter ``` -from the top directory in the repository. ## Usage diff --git a/setup.py b/setup.py index 00c5006..654c047 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ kwargs = { 'name': 'openmc-plotter', - 'version': '0.1.0', + 'version': '0.1.1', 'packages': ['openmc_plotter'], 'package_data': {'openmc_plotter' : ['assets/*.png']}, 'entry_points': {