diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0eddd2930..cefc33c2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -178,7 +178,7 @@ jobs: tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }} - name: Publish package to PyPI - uses: pypa/gh-action-pypi-publish@v1.8.4 + uses: pypa/gh-action-pypi-publish@v1.8.5 with: user: __token__ password: ${{ secrets.PYPI_TOKEN }}