Skip to content

Commit

Permalink
Merge pull request #169 from kcl-lang/fix-py-github-action
Browse files Browse the repository at this point in the history
fix: bump pkginfo version to 1.12.0
  • Loading branch information
He1pa authored Dec 10, 2024
2 parents 9767071 + 2cc1974 commit d5716d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,10 @@ jobs:
name: wheels
path: python/dist
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
# The issue https://github.com/pypa/gh-action-pypi-publish/issues/310 has not tagged a release yet
# Use the commit hash to get the temporary fix
uses: pypa/gh-action-pypi-publish@cbd6d01d855e02aab0908c7709d5c0ddc88c617a
with:
password: ${{ secrets.PYPI_API_TOKEN }}
skip-existing: true
packages-dir: python/dist
packages-dir: python/dist

0 comments on commit d5716d5

Please sign in to comment.