Skip to content

Commit

Permalink
Use latest release version for pypi gh action to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sabaimran committed Dec 17, 2024
1 parent c20364e commit f6abfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f6abfcf

Please sign in to comment.