We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9635e2 + 8d7ec08 commit ce1765aCopy full SHA for ce1765a
.github/workflows/cd.yaml
@@ -7,6 +7,7 @@ on:
7
- "master"
8
paths:
9
# This deployment workflow would only be triggered by file change of module *__pkg_info__* because it has the package version info.
10
+ - ".github/workflows/cd.yaml"
11
- "**/__pkg_info__.py"
12
13
jobs:
@@ -30,5 +31,5 @@ jobs:
30
31
release-type: ${{ needs.build_git-tag_and_create_github-release.outputs.python_release_version }}
32
push-to-PyPI: official
33
secrets:
- pypi_user: ${{ secrets.PYPI_USERNAME }}
34
- pypi_token: ${{ secrets.PYPI_PASSWORD }}
+ PyPI_user: ${{ secrets.PYPI_USERNAME }}
35
+ PyPI_token: ${{ secrets.PYPI_PASSWORD }}
0 commit comments