setup poetry action:一个将诗歌安装到Python环境中的Github动作 源码
设置诗歌动作 Github动作,用于将安装到Python环境中。 这很大程度上是受启发/被盗的 用法 steps : - uses : actions/setup-python@v2 - uses : jayclassless/setup-poetry-action@v1 - uses : actions/checkout@v2 - run : poetry install 选项 version :要安装的诗歌版本(默认为最新版本)。 preview :是否安装诗歌预览版(默认为false)。 create_virtualenvs :安装项目时, create_virtu
文件列表
setup-poetry-action-main.zip
(预估有个15文件)
setup-poetry-action-main
.eslintrc.json
325B
.github
dependabot.yml
274B
workflows
test.yml
448B
action.yml
509B
index.test.js
55B
LICENSE
1KB
README.md
707B
暂无评论