github actions: fix Upload binary wheels PyPI
This commit is contained in:
parent
8ca6ee3ddc
commit
720acd3b62
6
.github/workflows/pypi-deploy.yml
vendored
6
.github/workflows/pypi-deploy.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
upload_pypi:
|
upload_pypi:
|
||||||
name: Upload binary wheels to PyPI
|
name: Upload wheels to PyPI
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
needs: [build_wheels, build_sdist]
|
needs: [build_wheels, build_sdist]
|
||||||
|
|
||||||
@ -88,11 +88,11 @@ jobs:
|
|||||||
uses: actions/download-artifact@v4.1.7
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: source-wheels
|
name: source-wheels
|
||||||
path: sdist/
|
path: dist/
|
||||||
- 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: bdist/
|
path: dist/
|
||||||
pattern: binary-wheels-*
|
pattern: binary-wheels-*
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
- name: Display files
|
- name: Display files
|
||||||
|
@ -1 +1 @@
|
|||||||
2.1.11
|
2.1.12
|
||||||
|
Loading…
x
Reference in New Issue
Block a user