diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd797be..78c2384 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,6 @@ jobs: SPECDOC_VERSION: ${{ github.event.release.tag_name }} - name: publish the release to pypi - uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 # pin@v1.10.1 + uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # pin@v1.10.2 with: password: ${{ secrets.PYPI_API_TOKEN }}