From 61f6b8c0d4334f74cb5d6b1db926044e2c7154bc Mon Sep 17 00:00:00 2001 From: sabaimran Date: Tue, 21 Nov 2023 11:33:43 -0800 Subject: [PATCH] Ignore-check step failed due to unrecognized code. Try using capital letters for indicator --- .github/workflows/pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 0f31102d..1ac735aa 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -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