Skip to content

Commit d1b9b32

Browse files
committed
chore: fixups
1 parent 440227f commit d1b9b32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
python-version: ${{ matrix.python }}
2828

2929
- name: Build wheels
30-
run: pip wheel --no-deps -w wheelhouse .
30+
run: pip wheel --no-deps -w /tmp/wheelhouse .
3131

3232
- name: Upload wheels
3333
uses: actions/upload-artifact@v4
3434
with:
3535
name: tp53-wheels-${{ matrix.python }}
36-
path: tp53*.whl
36+
path: /tmp/wheelhouse/tp53*.whl
3737
if-no-files-found: error

0 commit comments

Comments
 (0)