diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14c20ab..ed74efb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: run: | poetry build --ansi - name: Publish package on PyPI - uses: pypa/gh-action-pypi-publish@v1.12.2 + uses: pypa/gh-action-pypi-publish@v1.12.3 with: user: __token__ password: ${{ secrets.PGBELT_PYPI_VJEEVA_TOKEN }}