TileDB-Inc / tiledbsoma-feedstock

A conda-smithy repository for tiledbsoma.
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Rerender and upload nightly binaries #19

Closed jdblischak closed 1 year ago

jdblischak commented 1 year ago

This updates the existing nightly builds to upload the conda binaries that are created. It labels the binaries with the tag "nightlies" so that normal end users are not affected. Developers can install the nightly conda binaries by specyfing the channel -c "tiledb/label/nightlies" when installing with conda.

You can see the example commits it creates on my fork:

However, all builds (nightly, main branch) are currently failing to build the Python client due to a solver error. This is currently being discussed in PR #18

jdblischak commented 1 year ago

Nightly job is looking good. The scheduled nightly build ran successfully, the nightly feedstock builds it triggered also ran successfully, and (as expected) no binaries were uploaded because the packages were already uploaded with that date string after my PR was merged earlier in the day. Going forward new nightly binaries will be uploaded each day.