diff --git a/.github/workflows/publish-wheels.yml b/.github/workflows/publish-wheels.yml index 1e7034d5..e76bcd24 100644 --- a/.github/workflows/publish-wheels.yml +++ b/.github/workflows/publish-wheels.yml @@ -64,7 +64,7 @@ jobs: TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN_PI_HEIF }} - name: Create release draft - uses: ncipollo/release-action@v1.12.0 + uses: ncipollo/release-action@v1.13.0 with: name: ${{ env.RELEASE_TAG }} tag: ${{ env.RELEASE_TAG }}