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 d73408b commit 5cd5e97Copy full SHA for 5cd5e97
.github/workflows/ci.yml
@@ -108,7 +108,7 @@ jobs:
108
CIBW_BEFORE_BUILD_LINUX: yum install -y libffi-devel
109
- uses: actions/upload-artifact@v4
110
with:
111
- name: wheels-${{ matrix.os }}-${{ matrix.python-version[0] }}
+ name: wheels-${{ matrix.os }}-${{ matrix.python-version[0] }}-${{ matrix.python-version[1] }}
112
path: ./wheelhouse/*.whl
113
114
publish:
0 commit comments