Merge pull request #838 from salmanmkc/upgrade-github-actions-node24-general

Upgrade GitHub Actions to latest versions
This commit is contained in:
zxzxwu
2025-12-18 17:32:16 +08:00
committed by GitHub

View File

@@ -31,7 +31,7 @@ jobs:
run: python -m build
- name: Publish package to PyPI
if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1.13
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}