Skip to content

Commit 54af70e

Browse files
committed
Fixup release workflow
1 parent 0512e1f commit 54af70e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ jobs:
4242

4343
- name: List downloaded files
4444
run: |
45+
pwd
46+
ls -l
4547
echo "Artifacts downloaded:"
46-
find artifacts -type f -print
48+
find artifacts -type f -exec readlink -f {} \;
4749
4850
- name: Publish wheel to GitHub PyPI
4951
run: |
@@ -62,6 +64,9 @@ jobs:
6264
EOF
6365
6466
# Upload wheels from artifacts
67+
pwd
68+
ls -l
69+
ls -l artifacts/**/**/*.whl
6570
twine upload --repository github artifacts/**/*.whl
6671
6772
- name: Create GitHub release

0 commit comments

Comments
 (0)