Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bitner committed Oct 31, 2024
1 parent d38e9e2 commit 8500715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/civ2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,14 @@ jobs:
with:
working-directory: src/pypgstac
target: x86_64
args: --release --out $GITHUB_WORKSPACE/dist
args: --release --out /tmp/dist
sccache: 'true'
manylinux: auto
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
path: $GITHUB_WORKSPACE/dist/*
path: /tmp/dist/*
if-no-files-found: error
test:
needs: [check-pgstac-base, check-pypgstac-base, buildpg, buildpypgstacbase, wheels]
Expand Down

0 comments on commit 8500715

Please sign in to comment.