We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8fa0fb commit efa3ba7Copy full SHA for efa3ba7
1 file changed
.github/workflows/build.yml
@@ -173,9 +173,11 @@ jobs:
173
target: x86_64-unknown-linux-gnu
174
manylinux: "2_28"
175
working-directory: examples/datafusion-ffi-example
176
- args: --out ../../dist
+ args: --out dist
177
rustup-components: rust-std
178
179
+ - run: cp examples/datafusion-ffi-example/dist/*.whl dist/
180
+
181
- name: Archive wheels
182
uses: actions/upload-artifact@v6
183
with:
0 commit comments