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