From 08bb6f3be3aee64601126e47bd4463f849458db7 Mon Sep 17 00:00:00 2001 From: Maryanne Wachter Date: Tue, 4 Jun 2024 20:21:38 -0700 Subject: [PATCH] Try single file download --- .github/workflows/publish.yaml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 0ff1aca..482d534 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -56,19 +56,7 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v4 with: - name: | - python-wheels-ubuntu-latest-3.9 - python-wheels-ubuntu-latest-3.10 - python-wheels-ubuntu-latest-3.11 - python-wheels-ubuntu-latest-3.12 - python-wheels-macos-latest-3.9 - python-wheels-macos-latest-3.10 - python-wheels-macos-latest-3.11 - python-wheels-macos-latest-3.12 - python-wheels-windows-latest-3.9 - python-wheels-windows-latest-3.10 - python-wheels-windows-latest-3.11 - python-wheels-windows-latest-3.12 + name: python-wheels-ubuntu-latest-3.9 - name: Set up Python uses: actions/setup-python@v4