Skip to content

Commit caea0db

Browse files
committed
Fix i think
1 parent 69c1cee commit caea0db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Download all the dists
109109
uses: actions/download-artifact@v6
110110
with:
111-
name: python-package-distributions
111+
name: cibw-wheels-${{ matrix.os }}
112112
path: wheelhouse/*.whl
113113
- name: Publish distribution to TestPyPI
114114
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)