From 363506a346598fc5ea1cfca3f8acdda20af9f43b Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Mon, 6 Jan 2025 19:24:22 -0500 Subject: [PATCH] wheels: download artifacts into dist --- .github/workflows/python-wheels.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/python-wheels.yml b/.github/workflows/python-wheels.yml index e36d24b..3335957 100644 --- a/.github/workflows/python-wheels.yml +++ b/.github/workflows/python-wheels.yml @@ -162,6 +162,10 @@ jobs: id-token: write steps: - uses: actions/download-artifact@v4 + with: + path: dist + merge-multiple: true + - uses: actions/setup-python@v4 with: python-version: 3.8