Skip to content

Commit b7d3044

Browse files
committed
fix?
1 parent 6323c23 commit b7d3044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
101101
with:
102-
name: dist-{{ matrix.os }}-{{ matrix.cibw_arch }}-{{ matrix.cibw_python }}
102+
name: dist-{{ matrix.os }}-{{ matrix.cibw_arch }}-{{ matrix.cibw_python.split('-')[0] }}
103103
path: wheelhouse/*.whl
104104

105105
publish:

0 commit comments

Comments
 (0)