Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dimastbk committed Jul 18, 2024
1 parent efe28bc commit ad885af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-${{ matrix.platform || matrix.os }}-${{ matrix.target }}-${{ matrix.manylinux || 'auto' }}
path: dist

release:
Expand All @@ -260,8 +260,9 @@ jobs:
- name: get dist artifacts
uses: actions/download-artifact@v4
with:
name: wheels
path: dist
pattern: wheels-*
merge-multiple: true

- run: twine check dist/*

Expand Down

0 comments on commit ad885af

Please sign in to comment.