From 2630fc199746ea40bf815fb9d09fd17d71c6b689 Mon Sep 17 00:00:00 2001 From: Romain Hugonnet Date: Fri, 22 Dec 2023 05:45:08 -0900 Subject: [PATCH] Clarify GitHub Action files and run names (#422) --- .github/workflows/python-publish.yml | 2 +- .github/workflows/{python-app.yml => python-tests.yml} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{python-app.yml => python-tests.yml} (99%) 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: