Skip to content

Commit

Permalink
actions clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
jchanvfx committed Oct 7, 2024
1 parent 7d64d6d commit 076d6a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
publish:
name: Upload release to PyPI
name: Upload release to PyPI.org
runs-on: ubuntu-latest
# IMPORTANT: this permission is mandatory for trusted publishing.
permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sphinx_doc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:

jobs:
docs-build:
name: Build Sphinx Documentation
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE , so your workflow can access it.
Expand Down

0 comments on commit 076d6a6

Please sign in to comment.