fix: correct wheel filename and add PATH export in CI workflow
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user