diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b378d1344..b3dd911c1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -53,7 +53,7 @@ jobs: pip install --upgrade setuptools wheel python setup.py ${{ matrix.distribution }} - name: Publish - uses: pypa/gh-action-pypi-publish@v1.0.0a0 + uses: pypa/gh-action-pypi-publish@v1.4.1 with: user: __token__ password: ${{ secrets.PYPI_TOKEN }}