Upgrade GitHub Actions to latest versions

This commit is contained in:
Salman Muin Kayser Chishti
2025-12-16 14:34:19 +00:00
parent 48744ee9db
commit e03b9cb441

View File

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