Compare commits
4 Commits
v2.1.8
...
720acd3b62
Author | SHA1 | Date | |
---|---|---|---|
720acd3b62 | |||
8ca6ee3ddc | |||
379feaa85a | |||
cff2e913fc |
10
.github/workflows/pypi-deploy.yml
vendored
10
.github/workflows/pypi-deploy.yml
vendored
@@ -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-*
|
||||
@@ -52,8 +52,6 @@ jobs:
|
||||
with:
|
||||
name: binary-wheels-${{matrix.os}}-${{matrix.arch}}
|
||||
path: python/wheelhouse/*.whl
|
||||
- name: Display files
|
||||
run: ls -lR
|
||||
|
||||
build_sdist:
|
||||
name: Build source distribution
|
||||
@@ -81,7 +79,7 @@ jobs:
|
||||
|
||||
|
||||
upload_pypi:
|
||||
name: Upload binary wheels to PyPI
|
||||
name: Upload wheels to PyPI
|
||||
runs-on: ubuntu-24.04
|
||||
needs: [build_wheels, build_sdist]
|
||||
|
||||
@@ -94,8 +92,8 @@ jobs:
|
||||
- name: Get binary wheels
|
||||
uses: actions/download-artifact@v4.1.7
|
||||
with:
|
||||
path: dist/binary-wheels
|
||||
pattern: dist/binary-wheels-*
|
||||
path: dist/
|
||||
pattern: binary-wheels-*
|
||||
merge-multiple: true
|
||||
- name: Display files
|
||||
run: ls -lR
|
||||
|
@@ -1 +1 @@
|
||||
2.1.8
|
||||
2.1.12
|
||||
|
Reference in New Issue
Block a user