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 440227f commit d1b9b32Copy full SHA for d1b9b32
.github/workflows/wheels.yml
@@ -27,11 +27,11 @@ jobs:
27
python-version: ${{ matrix.python }}
28
29
- name: Build wheels
30
- run: pip wheel --no-deps -w wheelhouse .
+ run: pip wheel --no-deps -w /tmp/wheelhouse .
31
32
- name: Upload wheels
33
uses: actions/upload-artifact@v4
34
with:
35
name: tp53-wheels-${{ matrix.python }}
36
- path: tp53*.whl
+ path: /tmp/wheelhouse/tp53*.whl
37
if-no-files-found: error
0 commit comments