diff --git a/examples/github-deploy.yml b/examples/github-deploy.yml index c7bba198..0a25727e 100644 --- a/examples/github-deploy.yml +++ b/examples/github-deploy.yml @@ -64,7 +64,7 @@ jobs: name: artifact path: dist - - uses: pypa/gh-action-pypi-publish@main + - uses: pypa/gh-action-pypi-publish@v1.4.2 with: user: __token__ password: ${{ secrets.pypi_password }}