diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 53700e4..67ae49d 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@a56da0b891b3dc519c7ee3284aff1fad93cc8598 # pin@v1.8.6 + uses: pypa/gh-action-pypi-publish@f5622bde02b04381239da3573277701ceca8f6a0 # pin@v1.8.7 with: password: ${{ secrets.PYPI_API_TOKEN }}