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 d31a8b1 commit 4c68930Copy full SHA for 4c68930
.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@20d40f69a1d306453777ffecb5a86860e850ba0f # release/v1
+ uses: pypa/gh-action-pypi-publish@31b23f5a660aa0186e00cf381c491ff4edf3d002 # release/v1
181
with:
182
skip-existing: true
183
packages-dir: "${{ github.workspace }}/sdk/python/bin/dist/"
0 commit comments