Skip to content

Commit d5716d5

Browse files
authored
Merge pull request #169 from kcl-lang/fix-py-github-action
fix: bump pkginfo version to 1.12.0
2 parents 9767071 + 2cc1974 commit d5716d5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/python-test.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,10 @@ jobs:
110110
name: wheels
111111
path: python/dist
112112
- name: Publish to PyPI
113-
uses: pypa/gh-action-pypi-publish@release/v1
113+
# The issue https://github.com/pypa/gh-action-pypi-publish/issues/310 has not tagged a release yet
114+
# Use the commit hash to get the temporary fix
115+
uses: pypa/gh-action-pypi-publish@cbd6d01d855e02aab0908c7709d5c0ddc88c617a
114116
with:
115117
password: ${{ secrets.PYPI_API_TOKEN }}
116118
skip-existing: true
117-
packages-dir: python/dist
119+
packages-dir: python/dist

0 commit comments

Comments
 (0)