mirror of
https://github.com/khoj-ai/khoj.git
synced 2026-05-13 13:39:26 +00:00
Ignore dup file errors for pypi wheel validation. Expected Next 15 behavior
This commit is contained in:
2
.github/workflows/pypi.yml
vendored
2
.github/workflows/pypi.yml
vendored
@@ -69,7 +69,7 @@ jobs:
|
||||
- name: 🌡️ Validate Python Package
|
||||
run: |
|
||||
# Validate PyPi Package
|
||||
uv tool run check-wheel-contents dist/*.whl --ignore W004
|
||||
uv tool run check-wheel-contents dist/*.whl --ignore W002,W004
|
||||
uv tool run twine check dist/*
|
||||
|
||||
- name: ⏫ Upload Python Package Artifacts
|
||||
|
||||
Reference in New Issue
Block a user