Skip to content

Commit

Permalink
Fix typo in whl build in CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Sep 2, 2024
1 parent a4beed2 commit e685fbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
name: "Python wheel"

- name: Install wheel
run: pip install --find-links=. vsi2tf-*
run: pip install --find-links=. vsi2tif-*
shell: bash

- name: Test CLI
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
*__pycache__/
*.egg-info/
*.DS_Store
*build/
*.whl

0 comments on commit e685fbd

Please sign in to comment.