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 856c8e8 commit f3fb86aCopy full SHA for f3fb86a
.github/workflows/build_wheels.yml
@@ -47,7 +47,7 @@ jobs:
47
python-version: ${{ matrix.python }}
48
- uses: actions/download-artifact@v4
49
with:
50
- name: wheelhouse-${{ matrix.python }}
+ name: wheelhouse-${{ matrix.os }}
51
path: wheelhouse
52
- run: python -m pip install --find-links wheelhouse aedat
53
- run: python -c 'import aedat'
0 commit comments