Skip to content

Commit 0e76878

Browse files
committed
corrige versao pacote
1 parent 4effe4c commit 0e76878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
python setup.py sdist bdist_wheel
4545
- name: Publish distribution 📦 to PyPI
46-
uses: pypa/gh-action-pypi-publish@master
46+
uses: pypa/gh-action-pypi-publish@release/v1
4747
with:
4848
user: __token__
4949
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)