github-workflow: fix relative directory for upload source/binary artifacts
This commit is contained in:
parent
ba275dd62a
commit
86eb20a33b
5
.github/workflows/pypi-deploy.yml
vendored
5
.github/workflows/pypi-deploy.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: binary-wheels
|
name: binary-wheels
|
||||||
path: wheelhouse/*.whl
|
path: python/wheelhouse/*.whl
|
||||||
|
|
||||||
build_sdist:
|
build_sdist:
|
||||||
name: Build source distribution
|
name: Build source distribution
|
||||||
@ -70,7 +70,8 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: source-wheels
|
name: source-wheels
|
||||||
path: dist/*.tar.gz
|
path: python/dist/*.tar.gz
|
||||||
|
|
||||||
|
|
||||||
upload_pypi:
|
upload_pypi:
|
||||||
name: Upload binary wheels to PyPI
|
name: Upload binary wheels to PyPI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user