Compare commits

..

1 Commits

Author SHA1 Message Date
379feaa85a github actions: fix Upload binary wheels PyPI 2025-02-02 00:53:16 +01:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1 +1 @@
2.1.9
2.1.10