From 7a907407c740c6a5ae69ed24fe63518e839abf53 Mon Sep 17 00:00:00 2001 From: "timur.malikov" Date: Wed, 30 Apr 2025 12:08:30 -0700 Subject: [PATCH] [VAN-137268] Upgrading action for publishing to PYPI. --- .github/workflows/publish-sdk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-sdk.yml b/.github/workflows/publish-sdk.yml index e064ea46b4..0a5053a717 100644 --- a/.github/workflows/publish-sdk.yml +++ b/.github/workflows/publish-sdk.yml @@ -46,7 +46,7 @@ jobs: python -m build --outdir ./dist - name: Publish PyPi package - uses: pypa/gh-action-pypi-publish@v1.9.0 + uses: pypa/gh-action-pypi-publish@v1.12.4 with: packages-dir: "src/${{ matrix.package_folder }}/dist"