Skip to content

Commit a7cb78c

Browse files
committed
Tweak directory location in workflow
1 parent b7e2586 commit a7cb78c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python_wheel_build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,15 @@ jobs:
3131

3232
- name: Build wheels
3333
uses: pypa/[email protected]
34+
with:
35+
output-dir: ${{ env.WORKDIR }}/wheelhouse
3436

3537
# Upload artifact to github
3638
- uses: actions/upload-artifact@v4
39+
working-directory: ${{ env.WORKDIR }}
3740
with:
3841
name: cibw-wheels-test
39-
path: ./wheelhouse/*.whl
42+
path: wheelhouse/*.whl
4043

4144
- name: Upload wheel to EOS
4245
env:

0 commit comments

Comments
 (0)