mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Ignore-check step failed due to unrecognized code. Try using capital letters for indicator
This commit is contained in:
parent
38144a7a69
commit
61f6b8c0d4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pypi.yml
vendored
2
.github/workflows/pypi.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
||||||
- name: 🌡️ Validate Python Package
|
- name: 🌡️ Validate Python Package
|
||||||
run: |
|
run: |
|
||||||
# Validate PyPi Package
|
# 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/*
|
pipx run twine check dist/*
|
||||||
|
|
||||||
- name: ⏫ Upload Python Package Artifacts
|
- name: ⏫ Upload Python Package Artifacts
|
||||||
|
|
Loading…
Reference in a new issue