globus / globus-compute

Globus Compute: High Performance Function Serving for Science
https://www.globus.org/compute
Apache License 2.0
138 stars 44 forks source link

Allow build to use unreleased sdk #1575

Closed khk-globus closed 1 month ago

khk-globus commented 1 month ago

The previous iteration relied (unintentionally!) on the SDK having already been released to PyPI. For packaging and testing, that's a problem. Teach the build scripts to use the local compute_sdk when creating the prerequisites tarball.

Type of change