diff --git a/.github/workflows/pypi-deploy.yml b/.github/workflows/pypi-deploy.yml index 4eba9b2..20b0665 100644 --- a/.github/workflows/pypi-deploy.yml +++ b/.github/workflows/pypi-deploy.yml @@ -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: diff --git a/python/VERSION b/python/VERSION index 7d2ed7c..cd57a8b 100644 --- a/python/VERSION +++ b/python/VERSION @@ -1 +1 @@ -2.1.4 +2.1.5