Skip to content

Commit 4501d07

Browse files
committed
Fix paths for wheels; use wheelhouse dir (III)
1 parent 367d9cc commit 4501d07

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cibuildwheels.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ jobs:
112112

113113
- name: Build building extension from sdist package
114114
run: |
115-
mkdir -p ./wheelhouse
116115
cd ./wheelhouse
117116
tar -xzf blosc2-*.tar.gz
118117
cd ./blosc2-*/
@@ -132,9 +131,8 @@ jobs:
132131
steps:
133132
- uses: actions/download-artifact@v4
134133
with:
135-
name: wheels
134+
name: wheels-*
136135
path: ./wheelhouse
137-
pattern: wheels-* # Download the wheels artifact
138136
merge-multiple: true # Merge all the wheels artifacts into one directory
139137

140138
- uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)