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 2602353 commit e01bf0eCopy full SHA for e01bf0e
.github/workflows/build.yml
@@ -132,5 +132,5 @@ jobs:
132
if: ${{github.event_name == 'push' && env.USE_OPENMP != 'True'}}
133
uses: actions/upload-artifact@v4
134
with:
135
- name: wheels
+ name: wheels-${{ runner.os }}-py${{ matrix.python-version }}
136
path: ./wheelhouse
0 commit comments