Use latest release version for pypi gh action to publish

This commit is contained in:
sabaimran 2024-12-17 12:19:38 -08:00
parent c20364efcb
commit f6abfcfa6b

View file

@ -75,6 +75,6 @@ jobs:
- name: 📦 Publish Python Package to PyPI
if: startsWith(github.ref, 'refs/tags') || github.ref == 'refs/heads/master'
uses: pypa/gh-action-pypi-publish@v1.8.14
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true