github-workflow: fix relative directory for upload source/binary artifacts

This commit is contained in:
Mario Fink 2021-09-22 13:28:16 +02:00
parent ba275dd62a
commit 86eb20a33b

View File

@ -48,7 +48,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: binary-wheels
path: wheelhouse/*.whl
path: python/wheelhouse/*.whl
build_sdist:
name: Build source distribution
@ -70,7 +70,8 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: source-wheels
path: dist/*.tar.gz
path: python/dist/*.tar.gz
upload_pypi:
name: Upload binary wheels to PyPI