From 3b7fcd0d94cf0fcb10476636118efd098b6baf5f Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Thu, 18 Mar 2021 22:52:58 +0000 Subject: [PATCH 1/5] updated pip install instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2344a39..df9a2dc 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ 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. From 17c0b9a32cc5cdab740154c62b3d3dc68dbea5fb Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Thu, 18 Mar 2021 22:54:25 +0000 Subject: [PATCH 2/5] changed workflow name to avoid duplication --- .github/workflows/python-publish-testpypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish-testpypi.yml b/.github/workflows/python-publish-testpypi.yml index bdc9b3a..e77afe6 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: From 276d70f3110fbfc3465d52dbcad607bf8f6274d5 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Thu, 18 Mar 2021 22:55:50 +0000 Subject: [PATCH 3/5] version bump to avoid test pypi fail --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 58d8f0b..4d17af9 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': { From 133bd77c08b819aafbda435803703aa55c6b3e8c Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Thu, 18 Mar 2021 23:03:35 +0000 Subject: [PATCH 4/5] added green pypi badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index df9a2dc..0c7d6c8 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 From 6b734c8f287bfdec809b24326047acf0201c0e5c Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Thu, 15 Apr 2021 22:06:29 +0100 Subject: [PATCH 5/5] review suggestions from @pshriwise --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0c7d6c8..b5fcc65 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ This package is most easily installed by running pip install openmc-plotter ``` -from the top directory in the repository. ## Usage