diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 4d58705..a299d26 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.13.0 + - uses: pypa/gh-action-pypi-publish@v1.14.0 with: user: __token__ password: ${{ secrets.PYPI_SCHEIL_TOKEN }}