Skip to content

Commit

Permalink
Add artifact name for upload
Browse files Browse the repository at this point in the history
Signed-off-by: Elliot Gunton <[email protected]>
  • Loading branch information
elliotgunton committed Jan 8, 2024
1 parent 72f50ed commit 1f9e1fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: upload wheel as artifact
uses: actions/upload-artifact@v4
with:
name: wheel-v${{ matrix.python-version }}-${{ matrix.os }}
path: dist/*.whl

# Run tests against pydantic v1 until we drop support.
Expand Down

0 comments on commit 1f9e1fe

Please sign in to comment.