admin管理员组文章数量:1344547
I am trying to speed up the Readthedocs build for a python project with executed docs. The project is a rust library with python bindings built by maturin. Installing rust and building the library takes the majority of the time (in part because it requires installing rust via conda as RTD does not support a high enough rust version). In github actions I am already generating python wheels and would like to use those artifacts for the RTD build.
How can I upload the built wheel to readthedocs to install the package for the docs build? I would then like to use the generated wheel in the python.install
step
additional info
I have seen / but that is not quite what I'm looking for as it seems to tie the execution of the docs to the CI infrastructure which would mess with the ability to build it locally.
本文标签: read the docsPass artifact from github actions to ReadTheDocs buildStack Overflow
版权声明:本文标题:read the docs - Pass artifact from github actions to ReadTheDocs build - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743760770a2534335.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论