Skip to content

Commit

Permalink
update scripts/ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bitner committed Oct 29, 2024
1 parent 302bb67 commit 61b468c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/civ2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
with:
name: wheels
path: /home/runner/work/pgstac/pgstac/dist/*
if-no-files-found: error

windows:
runs-on: windows-latest
Expand All @@ -107,8 +108,9 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: win-wheels
path: /home/runner/work/pgstac/pgstac/dist/*
if-no-files-found: error

macos:
runs-on: macos-latest
Expand All @@ -130,8 +132,9 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: mac-wheels
path: /home/runner/work/pgstac/pgstac/dist/*
if-no-files-found: error

sdist:
runs-on: ubuntu-latest
Expand All @@ -146,8 +149,9 @@ jobs:
- name: Upload sdist
uses: actions/upload-artifact@v4
with:
name: wheels
name: source-wheels
path: /home/runner/work/pgstac/pgstac/dist/*
if-no-files-found: error

test:
name: test
Expand Down

0 comments on commit 61b468c

Please sign in to comment.