-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: Possible fix for upload failure for wheels. (#1526)
* FIX: Possible fix for upload failure for wheels. * STY: Fix for ruff linting.
- Loading branch information
Showing
2 changed files
with
5 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,8 +94,9 @@ jobs: | |
- name: Download wheels | ||
uses: actions/download-artifact@v4 | ||
with: | ||
name: wheels-${{ matrix.os }} | ||
pattern: wheels-* | ||
path: dist | ||
merge-multiple: true | ||
|
||
- name: Publish to PyPI | ||
uses: pypa/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters