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 367d9cc commit 4501d07Copy full SHA for 4501d07
.github/workflows/cibuildwheels.yml
@@ -112,7 +112,6 @@ jobs:
112
113
- name: Build building extension from sdist package
114
run: |
115
- mkdir -p ./wheelhouse
116
cd ./wheelhouse
117
tar -xzf blosc2-*.tar.gz
118
cd ./blosc2-*/
@@ -132,9 +131,8 @@ jobs:
132
131
steps:
133
- uses: actions/download-artifact@v4
134
with:
135
- name: wheels
+ name: wheels-*
136
path: ./wheelhouse
137
- pattern: wheels-* # Download the wheels artifact
138
merge-multiple: true # Merge all the wheels artifacts into one directory
139
140
- uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments