Ignore-check step failed due to unrecognized code. Try using capital letters for indicator

This commit is contained in:
sabaimran 2023-11-21 11:33:43 -08:00
parent 38144a7a69
commit 61f6b8c0d4

View file

@ -48,7 +48,7 @@ jobs:
- name: 🌡️ Validate Python Package
run: |
# Validate PyPi Package
pipx run check-wheel-contents dist/*.whl --ignore w004
pipx run check-wheel-contents dist/*.whl --ignore W004
pipx run twine check dist/*
- name: ⏫ Upload Python Package Artifacts