Skip to content

Commit ad42089

Browse files
committed
fix release process
1 parent 0be76b2 commit ad42089

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ragstack-release-langflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
cache: "poetry"
2929
- name: Build project for distribution
3030
run: |
31-
make build main=true
31+
poetry lock
32+
poetry build
3233
- name: Check Version
3334
id: check-version
3435
run: |

0 commit comments

Comments
 (0)