diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc93a394c..6f4de3814 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,7 @@ jobs: - name: Publish package to PyPI if: github.event_name == 'release' && github.event.action == 'created' - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ password: ${{ secrets.PYPI_TOKEN }}