github actions: fix Upload binary wheels PyPI

This commit is contained in:
Mario Fink 2025-02-03 20:56:17 +01:00
parent 379feaa85a
commit 8ca6ee3ddc
2 changed files with 4 additions and 4 deletions

View File

@ -88,12 +88,12 @@ jobs:
uses: actions/download-artifact@v4.1.7
with:
name: source-wheels
path: dist/
path: sdist/
- name: Get binary wheels
uses: actions/download-artifact@v4.1.7
with:
path: dist/binary-wheels
pattern: dist/binary-wheels-*
path: bdist/
pattern: binary-wheels-*
merge-multiple: true
- name: Display files
run: ls -lR

View File

@ -1 +1 @@
2.1.10
2.1.11