We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e2586 commit a7cb78cCopy full SHA for a7cb78c
.github/workflows/python_wheel_build.yml
@@ -31,12 +31,15 @@ jobs:
31
32
- name: Build wheels
33
uses: pypa/[email protected]
34
+ with:
35
+ output-dir: ${{ env.WORKDIR }}/wheelhouse
36
37
# Upload artifact to github
38
- uses: actions/upload-artifact@v4
39
+ working-directory: ${{ env.WORKDIR }}
40
with:
41
name: cibw-wheels-test
- path: ./wheelhouse/*.whl
42
+ path: wheelhouse/*.whl
43
44
- name: Upload wheel to EOS
45
env:
0 commit comments