You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to create a meta.yml, and given that the process to build and upload my package on conda looks very cumbersome and the guides around are rather obsolete, I decided to rely on some github action due to that some smarter guy made it and decided to share his/her experience :D
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I managed to create a
meta.yml,
and given that the process to build and upload my package on conda looks very cumbersome and the guides around are rather obsolete, I decided to rely on some github action due to that some smarter guy made it and decided to share his/her experience :DI located the following github actions:
https://github.com/iskoldt-X/conda-publish-action
https://github.com/marketplace/actions/build-and-publish-conda-packages-to-anaconda-org
But the former requires a
conda_build_config.yaml
whereas the latter abuild.sh
file.I read on conda's guide that build.sh shall have the following content:
$PYTHON setup.py install # Python command to install the script.
But newest project have
pyproject.toml
and I am not sure the above guide is still valid.Can you help me in sorting out what shall I do next for distributing my package on conda's channels, please?
Beta Was this translation helpful? Give feedback.
All reactions