h2oai / wave

Realtime Web Apps and Dashboards for Python and R
https://wave.h2o.ai
Apache License 2.0
3.9k stars 323 forks source link

fix: Conda release workflow issue #2257

Closed marek-mihok closed 4 months ago

marek-mihok commented 4 months ago

The PR fulfills these requirements: (check all the apply)

Using the latest version of amauryval/publish_conda_package_action is necessary due to its support for buildingnoarch packages. However it fails due to mismatch of its dependencies.

Resolved by using custom fork of this action which replaces failing conda mambabuild with regular conda build.

This fix also adds the default metadata.py file for noarch builds to prevent wave command from failing after package install.

Complements the #2247 fix of #2227.