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 e1493de commit da2cc87Copy full SHA for da2cc87
.github/workflows/build.yml
@@ -88,7 +88,7 @@ jobs:
88
- name: Save Wheel Package as Artifact
89
uses: actions/upload-artifact@v4
90
with:
91
- name: wheelhouse-${{ matrix.python-version }}-${{ matrix.buildplat.platform }}
+ name: wheelhouse-${{ matrix.python[1] }}-${{ matrix.buildplat.platform }}
92
path: wheelhouse/*.whl
93
94
package_source:
0 commit comments