We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a5161d + fd0b2b3 commit b2a574eCopy full SHA for b2a574e
1 file changed
.github/workflows/cibuildwheel.yml
@@ -191,10 +191,11 @@ jobs:
191
# upload to PyPI for every tag starting with 'v'
192
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
193
steps:
194
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
195
with:
196
- name: pypi-artifacts
+ pattern: pypi-artifacts*
197
path: ${{ github.workspace }}/dist
198
+ merge-multiple: true
199
200
- uses: pypa/gh-action-pypi-publish@release/v1
201
0 commit comments