Skip to content

Commit

Permalink
fix upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Sep 14, 2024
1 parent 0d3d530 commit cf29ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-${{ matrix.os }}-${{ matrix.arch }}
path: dist/*.whl
build-sdist:
name: Build SDist
Expand Down

0 comments on commit cf29ef2

Please sign in to comment.