Ignore dup file errors for pypi wheel validation. Expected Next 15 behavior

This commit is contained in:
Debanjum
2026-03-25 20:30:12 +05:30
parent d4df9a73ec
commit f356386f3a

View File

@@ -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