Cancel manifest check in publish workflow

This commit is contained in:
Xuwznln
2025-09-03 11:07:08 +08:00
parent 544dbe128f
commit 8f3826223f

View File

@@ -164,7 +164,7 @@ jobs:
- name: Install build dependencies
run: |
python -m pip install --upgrade pip
python -m pip install build twine check-manifest
python -m pip install build twine
- name: Verify version consistency
if: github.event_name == 'release'
@@ -176,9 +176,6 @@ jobs:
exit 1
fi
- name: Check manifest
run: check-manifest
- name: Build release distributions
run: |
python -m build