From 3fee675e24f814c196a968080dd11ab4c84d53c0 Mon Sep 17 00:00:00 2001 From: whitews Date: Wed, 27 Mar 2024 15:37:58 -0400 Subject: [PATCH] remove path input to merge step --- .github/workflows/wheels.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 434a842..9cb44fe 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -76,10 +76,9 @@ jobs: uses: actions/upload-artifact/merge@v4 with: name: python-package-distributions-all - path: dist/ pattern: python-package-distributions-* - name: List files run: | pwd - ls -hog dist \ No newline at end of file + ls -hog \ No newline at end of file