github actions: fix Upload binary wheels PyPI
This commit is contained in:
parent
379feaa85a
commit
8ca6ee3ddc
6
.github/workflows/pypi-deploy.yml
vendored
6
.github/workflows/pypi-deploy.yml
vendored
@ -88,12 +88,12 @@ jobs:
|
|||||||
uses: actions/download-artifact@v4.1.7
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: source-wheels
|
name: source-wheels
|
||||||
path: dist/
|
path: sdist/
|
||||||
- name: Get binary wheels
|
- name: Get binary wheels
|
||||||
uses: actions/download-artifact@v4.1.7
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
path: dist/binary-wheels
|
path: bdist/
|
||||||
pattern: dist/binary-wheels-*
|
pattern: binary-wheels-*
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
- name: Display files
|
- name: Display files
|
||||||
run: ls -lR
|
run: ls -lR
|
||||||
|
@ -1 +1 @@
|
|||||||
2.1.10
|
2.1.11
|
||||||
|
Loading…
x
Reference in New Issue
Block a user