diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 8d3cb1ab..6d6f132b 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: Upload Python Package +name: Upload package to PyPI on: release: diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-tests.yml similarity index 99% rename from .github/workflows/python-app.yml rename to .github/workflows/python-tests.yml index 0e942cb3..24ff6f23 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-tests.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: build +name: Tests on: push: