build.sh 76 B

12345
  1. #!/bin/bash
  2. set -e
  3. cp pyproject.toml poetry.lock openhands
  4. poetry build -v