check manifest
v1.0.1
เรียกใช้การตรวจสอบ-manifest เพื่อตรวจจับปัญหาด้วยแพ็คเกจ Python แบบกระจาย
...
steps :
- uses : actions/checkout@v2
- name : check-manifest
uses : tj-actions/check-manifest@v1
ป้อนข้อมูล | พิมพ์ | ที่จำเป็น | ค่าเริ่มต้น | คำอธิบาย |
---|---|---|---|---|
อาร์กอน | สาย | เท็จ | "-v" | อาร์กิวเมนต์ส่งผ่านไปยังการตรวจสอบ-manifest |
แพ็คเกจ | สาย | เท็จ | ไดเรกทอรีของแพ็คเกจ | |
รุ่น | สาย | จริง | "0.46" | check-manifest เวอร์ชันที่ตรึงอยู่ |
MANIFEST.in
โดยใช้คำแนะนำจาก Check-Manifest ...
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
หากคุณกำลังรายงานข้อผิดพลาดโปรดรวม: