Skip to content

Commit

Permalink
rename ga task
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Jan 13, 2023
1 parent 9083172 commit 1181d1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
name: hwi-${{ github.sha }}-linux

wheel:
wheel-and-sdist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -58,14 +58,14 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: hwi-${{ github.sha }}-wheel
name: hwi-${{ github.sha }}-wheel-and-sdist
path: dist/
if-no-files-found: error
retention-days: 7
- name: Download artifacts
uses: actions/download-artifact@v2
with:
name: hwi-${{ github.sha }}-wheel
name: hwi-${{ github.sha }}-wheel-and-sdist

macos:
runs-on: macos-10.15
Expand Down

0 comments on commit 1181d1c

Please sign in to comment.