From a666c881829c36a0ae951bb2c3d91f4b2d41c425 Mon Sep 17 00:00:00 2001 From: Victor Skvortsov Date: Thu, 16 Apr 2026 16:05:26 +0500 Subject: [PATCH] Disable go-integration-tests for release --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db006abbc..0618b0036 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: with: version: ${{ needs.compute-version.outputs.version }} staging: false - go-integration-tests: true + go-integration-tests: false upload-pre-pypi-artifacts: needs: [compute-version, build-artifacts] @@ -66,7 +66,7 @@ jobs: path: dist - name: Upload Python package to PyPI run: | - uv publish --username ${{ secrets.PYPI_USERNAME }} --password ${{ secrets.PYPI_PASSWORD }} + uv publish --username ${{ secrets.PYPI_USERNAME }} --password ${{ secrets.PYPI_PASSWORD }} upload-post-pypi-artifacts: needs: [compute-version, pypi-upload]