Skip to content

Commit

Permalink
Clarify GitHub Action files and run names (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Dec 22, 2023
1 parent a9f75d4 commit 2630fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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:
Expand Down
@@ -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:
Expand Down

0 comments on commit 2630fc1

Please sign in to comment.