github-workflow: flatten directory structure for download artifacts for PyPI upload
This commit is contained in:
parent
86eb20a33b
commit
ef5aaac254
8
.github/workflows/pypi-deploy.yml
vendored
8
.github/workflows/pypi-deploy.yml
vendored
@ -79,9 +79,15 @@ jobs:
|
||||
needs: [build_wheels, build_sdist]
|
||||
|
||||
steps:
|
||||
- name: Get source and binary wheels
|
||||
- name: Get source wheels
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: source-wheels
|
||||
path: dist/
|
||||
- name: Get binary wheels
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: binary-wheels
|
||||
path: dist/
|
||||
|
||||
- uses: pypa/gh-action-pypi-publish@release/v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user