Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4d87a3d

Browse files
authoredMay 29, 2025··
Merge pull request #206 from kcl-lang/dependabot/github_actions/pypa/gh-action-pypi-publish-e9ccbe5a211ba3e8363f472cae362b56b104e796
chore(deps): bump pypa/gh-action-pypi-publish from db8f07d3871a0a180efa06b95d467625c19d5d5f to e9ccbe5a211ba3e8363f472cae362b56b104e796
2 parents c3aa05d + e1a015c commit 4d87a3d

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@db8f07d3871a0a180efa06b95d467625c19d5d5f
127+
uses: pypa/gh-action-pypi-publish@e9ccbe5a211ba3e8363f472cae362b56b104e796
128128
with:
129129
password: ${{ secrets.PYPI_API_TOKEN }}
130130
skip-existing: true

0 commit comments

Comments
 (0)
Please sign in to comment.