Skip to content

Commit 2cc1974

Browse files
committed
fix: add some comments
Signed-off-by: zongz <[email protected]>
1 parent 46497de commit 2cc1974

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ jobs:
110110
name: wheels
111111
path: python/dist
112112
- name: Publish to PyPI
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
113115
uses: pypa/gh-action-pypi-publish@cbd6d01d855e02aab0908c7709d5c0ddc88c617a
114116
with:
115117
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)