Skip to content

Commit 9481b6a

Browse files
committed
Fixup release workflow
1 parent 0512e1f commit 9481b6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
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,7 +62,7 @@ jobs:
6262
EOF
6363
6464
# Upload wheels from artifacts
65-
twine upload --repository github artifacts/**/*.whl
65+
twine upload --repository github artifacts/**/**/*.whl
6666
6767
- name: Create GitHub release
6868
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)