github actions: fix Upload binary wheels PyPI

This commit is contained in:
Mario Fink 2025-02-02 00:53:16 +01:00
parent cff2e913fc
commit 379feaa85a
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ jobs:
name: wheel-config name: wheel-config
path: python/ path: python/
- name: Build wheels - name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse/ run: python -m cibuildwheel --output-dir wheelhouse
working-directory: python/ working-directory: python/
# env: # env:
# CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-* # CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-*

View File

@ -1 +1 @@
2.1.9 2.1.10