github actions: fix Unable to download artifact(s): Artifact not found for name: binary-wheels
This commit is contained in:
parent
223f25b6e0
commit
cee146593b
2
.github/workflows/pypi-deploy.yml
vendored
2
.github/workflows/pypi-deploy.yml
vendored
@ -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
|
||||||
|
@ -1 +1 @@
|
|||||||
2.1.5
|
2.1.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user