Skip to content

Commit 704387c

Browse files
committed
Fixup release workflow
1 parent 0512e1f commit 704387c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

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

4343
- name: List downloaded files
4444
run: |
45+
ls -l artifacts/**/*.whl
4546
echo "Artifacts downloaded:"
46-
find artifacts -type f -print
47+
find artifacts -type f -exec readlink -f {} \;
4748
4849
- name: Publish wheel to GitHub PyPI
4950
run: |
@@ -62,6 +63,9 @@ jobs:
6263
EOF
6364
6465
# Upload wheels from artifacts
66+
pwd
67+
ls -l
68+
ls -l artifacts/**/*.whl
6569
twine upload --repository github artifacts/**/*.whl
6670
6771
- name: Create GitHub release

0 commit comments

Comments
 (0)