Skip to content

Commit ce1765a

Browse files
authored
Merge pull request #145 from Chisanan232/develop/release-info
[CU-86erg8kqu] Fix the workflow parameter naming issue to release new version `0.1.0`
2 parents f9635e2 + 8d7ec08 commit ce1765a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- "master"
88
paths:
99
# 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"
1011
- "**/__pkg_info__.py"
1112

1213
jobs:
@@ -30,5 +31,5 @@ jobs:
3031
release-type: ${{ needs.build_git-tag_and_create_github-release.outputs.python_release_version }}
3132
push-to-PyPI: official
3233
secrets:
33-
pypi_user: ${{ secrets.PYPI_USERNAME }}
34-
pypi_token: ${{ secrets.PYPI_PASSWORD }}
34+
PyPI_user: ${{ secrets.PYPI_USERNAME }}
35+
PyPI_token: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)