check manifest
v1.0.1
运行校验字符端以检测分布式Python软件包的问题。
...
steps :
- uses : actions/checkout@v2
- name : check-manifest
uses : tj-actions/check-manifest@v1 | 输入 | 类型 | 必需的 | 默认 | 描述 |
|---|---|---|---|---|
| args | 细绳 | 错误的 | "-v" | 参数传递给了支票命令 |
| 软件包dir | 细绳 | 错误的 | 包装目录 | |
| 版本 | 细绳 | 真的 | "0.46" | 固定的check-manifest版本 |
MANIFEST.in ...
steps :
- name : Checkout
uses : actions/checkout@v2
- name : Set up Python 3
uses : actions/setup-python@v2
with :
python-version : ' 3.x '
- uses : actions/cache@v2
id : pip-cache
with :
path : ~/.cache/pip
key : ${{ runner.os }}-pip-
restore-keys : |
${{ runner.os }}-pip-
- name : Run check-manifest
uses : tj-actions/check-manifest@v1
with :
package-dir : ' test_package '
args : ' -u '
- name : Create Pull Request
if : failure()
uses : peter-evans/create-pull-request@v3
with :
base : " main "
title : " Updated MANIFEST.in "
branch : " chore/update-manifest-in "
commit-message : " Updated MANIFEST.in "
body : " Updated MANIFEST.in "
token : ${{ secrets.github_token }}
如果您感到慷慨并想表达一些额外的赞赏:
此包装是用CookieCutter创建的。
在https://github.com/tj-actions/check-manifest/issues上报告错误。
如果您要报告错误,请包括: