Skip to content

Commit d86211d

Browse files
authored
ci: Don't attempt to publish lutra (#4957)
1 parent 6099b5e commit d86211d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,8 @@ jobs:
320320
matrix:
321321
package:
322322
- prqlc-python
323-
- lutra-python
323+
# Excluding since there's a name conflict https://github.com/PRQL/prql/issues/4600
324+
# - lutra-python
324325
steps:
325326
- uses: actions/download-artifact@v4
326327
with:

0 commit comments

Comments
 (0)