Runtime build fixes for OpenHands as a python library (#3989)

This commit is contained in:
Boxuan Li
2024-10-07 19:50:07 -07:00
committed by GitHub
parent 9296cedbed
commit 568c8ce993
6 changed files with 47 additions and 47 deletions

View File

@@ -26,6 +26,6 @@ jobs:
- name: Install Poetry Dependencies
run: poetry install --no-interaction --no-root
- name: Build poetry project
run: poetry build -v
run: ./build.sh
- name: publish
run: poetry publish -u __token__ -p ${{ secrets.PYPI_TOKEN }}