Skip to content

Commit

Permalink
fix: list nested dist in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
drbh committed May 21, 2024
1 parent 4ece900 commit 5bdbd5c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-packaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bdbd5c

Please sign in to comment.