Skip to content

Commit 076d6a6

Browse files
committed
actions clean up.
1 parent 7d64d6d commit 076d6a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
publish:
12-
name: Upload release to PyPI
12+
name: Upload release to PyPI.org
1313
runs-on: ubuntu-latest
1414
# IMPORTANT: this permission is mandatory for trusted publishing.
1515
permissions:

.github/workflows/sphinx_doc_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313

1414
jobs:
1515
docs-build:
16+
name: Build Sphinx Documentation
1617
runs-on: ubuntu-latest
1718
steps:
1819
# Checks-out your repository under $GITHUB_WORKSPACE , so your workflow can access it.

0 commit comments

Comments
 (0)