elegant-lamp-40213
04/09/2024, 7:32 AMchannel::package
to specify a channel, however it implies this info is written in plain text in the workflow file. In my case it would be <https://login:password@private_channel::package|https://login:password@private_channel::package>
, which would require exposing secrets, which you can understand is a problem to me.
Is there a way to leverage a secret there? Or do you know is it is possible to make a custom value for the CONDA_CHANNELS
env var available to conda/mamba when creating the environment? This env var has the highest priority to specify channels in the conda ecosystem, so if I can have it be a secret and be available at the right time, there's a chance it could work.dry-beach-38304
04/09/2024, 7:34 AMdry-beach-38304
04/09/2024, 7:34 AMdry-beach-38304
04/09/2024, 7:35 AMancient-application-36103
04/09/2024, 7:36 AMancient-application-36103
04/09/2024, 7:37 AMancient-application-36103
04/09/2024, 7:43 AMelegant-lamp-40213
04/09/2024, 7:52 AMelegant-lamp-40213
04/09/2024, 7:54 AMCONDA_SRCS_AUTH_INFO
managed as a secret could be a nice solution.ancient-application-36103
04/09/2024, 7:54 AMancient-application-36103
04/09/2024, 7:56 AMelegant-lamp-40213
04/09/2024, 7:57 AMelegant-lamp-40213
04/10/2024, 12:20 PMmetaflow-netflixext
. If I create one on conda-forge, who from the Metaflow team would like to be referenced as a recipe maintainer?dry-beach-38304
04/10/2024, 2:16 PMdry-beach-38304
04/10/2024, 2:30 PMelegant-lamp-40213
04/10/2024, 8:08 PMdry-beach-38304
04/10/2024, 8:10 PMelegant-lamp-40213
04/16/2024, 8:12 PMmetaflow-netflixext
is now available through conda-forge. This package is created from the sources published with the Pypi package, so nothing to change on your release process. One of the conda-forge bots will detect new versions released and open a PR to reflect changes on the conda recipe.
I also enabled an automerge feature, so in case where the new recipe successfully builds on the new version branch, the PR would be merged by the bot. This may fail if dependencies need to be updated.elegant-lamp-40213
04/16/2024, 8:14 PMdry-beach-38304
04/16/2024, 8:17 PM