We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d64d6d commit 076d6a6Copy full SHA for 076d6a6
.github/workflows/pypi_publish.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
publish:
12
- name: Upload release to PyPI
+ name: Upload release to PyPI.org
13
runs-on: ubuntu-latest
14
# IMPORTANT: this permission is mandatory for trusted publishing.
15
permissions:
.github/workflows/sphinx_doc_build.yml
@@ -13,6 +13,7 @@ env:
docs-build:
16
+ name: Build Sphinx Documentation
17
18
steps:
19
# Checks-out your repository under $GITHUB_WORKSPACE , so your workflow can access it.
0 commit comments