From d86211da6bdaf6435a76795e7c1beccb533c16fa Mon Sep 17 00:00:00 2001 From: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:44:52 -0700 Subject: [PATCH] ci: Don't attempt to publish `lutra` (#4957) --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b8f70be55138..ae8cb7e028ca 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -320,7 +320,8 @@ jobs: matrix: package: - prqlc-python - - lutra-python + # Excluding since there's a name conflict https://github.com/PRQL/prql/issues/4600 + # - lutra-python steps: - uses: actions/download-artifact@v4 with: