Compare commits

...

2 Commits

2 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ jobs:
- name: Store binary wheels
uses: actions/upload-artifact@v4.6.0
with:
name: binary-wheels-${{inputs.context}}-${{inputs.job-index}}
name: binary-wheels-${{matrix.os}}-${{matrix.arch}}
path: python/wheelhouse/*.whl
build_sdist:
@@ -88,7 +88,7 @@ jobs:
- name: Get binary wheels
uses: actions/download-artifact@v4.1.7
with:
name: binary-wheels
name: binary-wheels-*
path: dist/
- uses: pypa/gh-action-pypi-publish@release/v1

View File

@@ -1 +1 @@
2.1.4
2.1.6