Fix release.yml

This commit is contained in:
Zhichang Yu 2024-12-06 23:00:29 +08:00
parent e69e6b2274
commit f284578cea

View File

@ -110,8 +110,6 @@ jobs:
- name: Build ragflow-sdk - name: Build ragflow-sdk
if: startsWith(github.ref, 'refs/tags/v') if: startsWith(github.ref, 'refs/tags/v')
run: | run: |
apt install -y pipx && \
pipx install poetry && \
cd sdk/python && \ cd sdk/python && \
poetry build poetry build