Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented build and test CI for python CLI #8

Merged
merged 12 commits into from
Sep 2, 2024
Prev Previous commit
Next Next commit
Attempt to fix CI
andreped committed Sep 2, 2024
commit b9b37815be638548fd2fa227360e943f69480f2b
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -28,8 +28,8 @@ jobs:
- name: Upload Python wheel
uses: actions/upload-artifact@v3
with:
name: Python wheel
path: ${{github.workspace}}/dist/vsi2tif-*.whl
name: "Python wheel"
path: ./dist/*
if-no-files-found: error

tests: