diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a41ec8d7..909acc90 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -177,7 +177,7 @@ jobs: if: matrix.language == 'dotnet' - name: Publish Python SDK - uses: pypa/gh-action-pypi-publish@e7723a410eb01c55f02a75cf26a230ed14f1b19e # release/v1 + uses: pypa/gh-action-pypi-publish@f371c3d5667fcc0531a2b48ebe2d44d3c314f905 # release/v1 with: skip-existing: true packages-dir: "${{ github.workspace }}/sdk/python/bin/dist/"