Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
cee146593b | |||
223f25b6e0 | |||
8ec02d21c5 |
4
.github/workflows/pypi-deploy.yml
vendored
4
.github/workflows/pypi-deploy.yml
vendored
@@ -48,7 +48,7 @@ jobs:
|
|||||||
- name: Store binary wheels
|
- name: Store binary wheels
|
||||||
uses: actions/upload-artifact@v4.6.0
|
uses: actions/upload-artifact@v4.6.0
|
||||||
with:
|
with:
|
||||||
name: binary-wheels
|
name: binary-wheels-${{matrix.os}}-${{matrix.arch}}
|
||||||
path: python/wheelhouse/*.whl
|
path: python/wheelhouse/*.whl
|
||||||
|
|
||||||
build_sdist:
|
build_sdist:
|
||||||
@@ -88,7 +88,7 @@ jobs:
|
|||||||
- name: Get binary wheels
|
- name: Get binary wheels
|
||||||
uses: actions/download-artifact@v4.1.7
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: binary-wheels
|
name: binary-wheels-*
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|
||||||
- uses: pypa/gh-action-pypi-publish@release/v1
|
- uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
|
@@ -1 +1 @@
|
|||||||
2.1.0
|
2.1.6
|
||||||
|
Reference in New Issue
Block a user