diff --git a/examples/github-deploy.yml b/examples/github-deploy.yml index e5929fc98..d37746ac5 100644 --- a/examples/github-deploy.yml +++ b/examples/github-deploy.yml @@ -26,6 +26,7 @@ jobs: - uses: actions/upload-artifact@v3 with: + name: wheels path: ./wheelhouse/*.whl build_sdist: @@ -39,6 +40,7 @@ jobs: - uses: actions/upload-artifact@v3 with: + name: wheels path: dist/*.tar.gz upload_pypi: @@ -51,7 +53,8 @@ jobs: steps: - uses: actions/download-artifact@v3 with: - name: artifact + name: wheels + # unpack all artifacts into dist/ path: dist - uses: pypa/gh-action-pypi-publish@v1.5.0