We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e905a commit 4097003Copy full SHA for 4097003
1 file changed
.github/workflows/build.yml
@@ -172,7 +172,7 @@ jobs:
172
uses: actions/upload-artifact@v6
173
with:
174
name: dist-manylinux-x86_64
175
- path: target/wheels/*
+ path: dist/*
176
177
# ============================================
178
# Build - Linux ARM64
@@ -227,7 +227,7 @@ jobs:
227
228
229
name: dist-manylinux-aarch64
230
231
232
233
# Build - macOS arm64 / Windows
0 commit comments