Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 516d9e7

Browse filesBrowse files
authored
Merge pull request #23401 from QuLogic/fix-wheel-artifacts
Upload wheel artifacts from the correct directory
2 parents 165df1b + a1f6fb5 commit 516d9e7
Copy full SHA for 516d9e7

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎.github/workflows/cibuildwheel.yml

Copy file name to clipboardExpand all lines: .github/workflows/cibuildwheel.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,5 @@ jobs:
110110
- uses: actions/upload-artifact@v3
111111
with:
112112
name: wheels
113-
path: ./dist/*.whl
113+
path: ./wheelhouse/*.whl
114+
if-no-files-found: error

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.