From 6c2e48fb40c64e4257dbbd5b266119b4725627f1 Mon Sep 17 00:00:00 2001 From: Janosh Riebesell Date: Wed, 5 Jun 2024 10:41:07 -0400 Subject: [PATCH] try removing name and path from actions/download-artifact@v4 to (hopefully) download ALL artifacts --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 395259d8..fb6e5602 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,10 +74,8 @@ jobs: - name: Download build artifacts uses: actions/download-artifact@v4 with: - name: artifact path: dist merge-multiple: true - pattern: dist-* - name: Publish to PyPi or TestPyPI uses: pypa/gh-action-pypi-publish@release/v1