Skip to content

Commit d58f834

Browse files
committed
Fixup release workflow
1 parent 0512e1f commit d58f834

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: List downloaded files
4444
run: |
4545
echo "Artifacts downloaded:"
46-
find artifacts -type f -print
46+
find artifacts -type f -exec readlink -f {} \;
4747
4848
- name: Publish wheel to GitHub PyPI
4949
run: |
@@ -62,6 +62,9 @@ jobs:
6262
EOF
6363
6464
# Upload wheels from artifacts
65+
pwd
66+
ls -l
67+
ls -l artifacts/**/*.whl
6568
twine upload --repository github artifacts/**/*.whl
6669
6770
- name: Create GitHub release

0 commit comments

Comments
 (0)