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 9002186 commit c81f85aCopy full SHA for c81f85a
.github/workflows/pyhton.generate-wrapper.yml
@@ -34,7 +34,6 @@ jobs:
34
run: python3 setup.py bdist_wheel
35
- uses: actions/upload-artifact@v4
36
with:
37
- name: wheel
38
- path: dist/*.whl
+ path: python-wrapper/dist/**
39
if-no-files-found: error
40
0 commit comments