github actions: fix Unable to download artifact(s): Artifact not found for name: binary-wheels

This commit is contained in:
Mario Fink 2025-01-22 19:58:58 +01:00
parent 223f25b6e0
commit cee146593b
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ jobs:
- name: Get binary wheels - name: Get binary wheels
uses: actions/download-artifact@v4.1.7 uses: actions/download-artifact@v4.1.7
with: with:
name: binary-wheels name: binary-wheels-*
path: dist/ path: dist/
- uses: pypa/gh-action-pypi-publish@release/v1 - uses: pypa/gh-action-pypi-publish@release/v1

View File

@ -1 +1 @@
2.1.5 2.1.6