Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
8ca6ee3ddc | |||
379feaa85a |
8
.github/workflows/pypi-deploy.yml
vendored
8
.github/workflows/pypi-deploy.yml
vendored
@@ -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-*
|
||||||
@@ -88,12 +88,12 @@ jobs:
|
|||||||
uses: actions/download-artifact@v4.1.7
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: source-wheels
|
name: source-wheels
|
||||||
path: dist/
|
path: sdist/
|
||||||
- name: Get binary wheels
|
- name: Get binary wheels
|
||||||
uses: actions/download-artifact@v4.1.7
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
path: dist/binary-wheels
|
path: bdist/
|
||||||
pattern: dist/binary-wheels-*
|
pattern: binary-wheels-*
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
- name: Display files
|
- name: Display files
|
||||||
run: ls -lR
|
run: ls -lR
|
||||||
|
@@ -1 +1 @@
|
|||||||
2.1.9
|
2.1.11
|
||||||
|
Reference in New Issue
Block a user