Compare commits

..

2 Commits

2 changed files with 5 additions and 5 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-*
@@ -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.9
2.1.11