fix: action version

This commit is contained in:
Laerte Pereira 2023-02-02 09:21:53 -03:00
parent 12559ed21e
commit 4a424adfff
No known key found for this signature in database
GPG Key ID: BB69B5C731BB8A80
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ jobs:
pip install --upgrade build twine
python -m build
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1.6.4
uses: pypa/gh-action-pypi-publish@v1.6.4
with:
password: ${{ secrets.PYPI_TOKEN }}