diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 982b7da..235f81c 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@f5622bde02b04381239da3573277701ceca8f6a0 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}