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 ac1646e commit 1a41104Copy full SHA for 1a41104
.github/workflows/python.yaml
@@ -43,7 +43,7 @@ jobs:
43
delocate-wheel -v dist/*.whl
44
- name: install built wheel
45
run: |
46
- pip3 install miniacd --find-links dist
+ pip3 install .
47
miniacd --help
48
- name: upload wheels
49
uses: actions/upload-artifact@v4
0 commit comments