diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 982b7da..0c18593 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -35,7 +35,7 @@ jobs: env: SETUPTOOLS_SCM_PRETEND_VERSION_FOR_IPSW: ${{ inputs.tag }} - name: Publish package - uses: pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598 + uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}