Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build Indexify python-sdk using
make build
in GH Actions
Change .github/workflows/publish_indexify_pypi.yaml workflow to use the same python-sdk build commands as .github/workflows/tests.yaml. With the addition of protobufs we can't just run `poetry build` to build python-sdk. We need to use the 'official' and more complex `make build` command.
- Loading branch information