diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3882355..76e8ca8 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@f7600683efdcb7656dec5b29656edb7bc586e597 # pin@v1.10.3 + uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # pin@v1.11.0 with: password: ${{ secrets.PYPI_API_TOKEN }}