We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50889fb commit 2ed2ffaCopy full SHA for 2ed2ffa
.github/workflows/release.yml
@@ -177,7 +177,7 @@ jobs:
177
if: matrix.language == 'dotnet'
178
179
- name: Publish Python SDK
180
- uses: pypa/gh-action-pypi-publish@31b23f5a660aa0186e00cf381c491ff4edf3d002 # release/v1
+ uses: pypa/gh-action-pypi-publish@db8f07d3871a0a180efa06b95d467625c19d5d5f # release/v1
181
with:
182
skip-existing: true
183
packages-dir: "${{ github.workspace }}/sdk/python/bin/dist/"
0 commit comments