diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 904f8ab..5d88665 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -1,7 +1,7 @@ # This workflow will upload a Python Package using Twine when a release is created # For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries -name: Publishes Python package to PYPI +name: Publish package to PYPI on: release: diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index e6a507b..8b4c0ab 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -2,7 +2,7 @@ # single version of Python # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Tests Python Application +name: Lint, Style & Test on: push: diff --git a/setup.py b/setup.py index 82bffcf..9e86562 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ import setuptools __title__ = "inrcot" -__version__ = "1.0.0b3" +__version__ = "1.0.0" __author__ = "Greg Albrecht W2GMD " __copyright__ = "Copyright 2021 Greg Albrecht" __license__ = "Apache License, Version 2.0"