fix: correct wheel filename and add PATH export in CI workflow
Some checks failed
CI / test (3.10) (push) Failing after 12s
CI / test (3.11) (push) Failing after 15s
CI / test (3.12) (push) Failing after 13s
CI / lint (push) Failing after 9s
CI / build (push) Successful in 15s

This commit is contained in:
2026-02-02 16:15:45 +00:00
parent f441191ff6
commit a56ade3ea7

View File

@@ -73,6 +73,6 @@ jobs:
- name: Verify installation - name: Verify installation
run: | run: |
pip install dist/*.whl pip install dist/gitignore_generator-1.0.0-py3-none-any.whl
export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/.local/bin:$PATH"
gitignore --version gitignore --version