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