Specify version of pypi gh publish action

This commit is contained in:
sabaimran 2024-03-28 12:47:31 +05:30
parent 56da96b2e9
commit 6cb38d92c0

View file

@ -59,6 +59,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@release/v1
uses: pypa/gh-action-pypi-publish@v1.8.14
with:
password: ${{ secrets.PYPI_API_KEY }}