diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 5ae1096..ce155ec 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -42,7 +42,7 @@ jobs: path: dist merge-multiple: true # download and extract all artifacts in the same directory - - uses: pypa/gh-action-pypi-publish@v1.8.11 + - uses: pypa/gh-action-pypi-publish@v1.13.0 with: user: __token__ password: ${{ secrets.PYPI_SCHEIL_TOKEN }}