Skip to content

Commit 98ad7d2

Browse files
authored
Merge pull request #218 from kcl-lang/dependabot/github_actions/pypa/gh-action-pypi-publish-d417ba7e7683fa9104c42abe611c1f2c93c0727d
chore(deps): bump pypa/gh-action-pypi-publish from e9ccbe5a211ba3e8363f472cae362b56b104e796 to d417ba7e7683fa9104c42abe611c1f2c93c0727d
2 parents f070cd2 + b43f1b9 commit 98ad7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- name: Publish to PyPI
125125
# The issue https://github.com/pypa/gh-action-pypi-publish/issues/310 has not tagged a release yet
126126
# Use the commit hash to get the temporary fix
127-
uses: pypa/gh-action-pypi-publish@e9ccbe5a211ba3e8363f472cae362b56b104e796
127+
uses: pypa/gh-action-pypi-publish@d417ba7e7683fa9104c42abe611c1f2c93c0727d
128128
with:
129129
password: ${{ secrets.PYPI_API_TOKEN }}
130130
skip-existing: true

0 commit comments

Comments
 (0)