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 b7d3044 commit 32521d1Copy full SHA for 32521d1
.github/workflows/release.yml
@@ -99,7 +99,7 @@ jobs:
99
100
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
101
with:
102
- name: dist-{{ matrix.os }}-{{ matrix.cibw_arch }}-{{ matrix.cibw_python.split('-')[0] }}
+ name: dist-${{ matrix.os }}-${{ matrix.cibw_arch }}-${{ matrix.cibw_python.split('-')[0] }}
103
path: wheelhouse/*.whl
104
105
publish:
0 commit comments