From 49c122448372d1d1582f8b27ac88f0f452fba611 Mon Sep 17 00:00:00 2001 From: drbh Date: Tue, 21 May 2024 19:11:00 +0000 Subject: [PATCH] fix: list nested dist in workflow --- .github/workflows/python-packaging.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/python-packaging.yaml b/.github/workflows/python-packaging.yaml index 8161ab56..e72f28ad 100644 --- a/.github/workflows/python-packaging.yaml +++ b/.github/workflows/python-packaging.yaml @@ -161,12 +161,10 @@ jobs: ls dist/*whl |xargs -I {} mv {} dist/${wheel_name} # Save the wheel name to the GitHub environment echo "wheel_name=${wheel_name}" >> $GITHUB_ENV - # Move back to the root directory before logging the built wheels - cd .. - name: Log Built Wheels run: | - ls + ls flash-attention/dist # - name: Get the tag version # id: extract_branch