Skip to content

Commit e4ec87f

Browse files
Another fix
1 parent 952d6c1 commit e4ec87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
run: |
118118
find .
119119
mkdir dist
120-
cp artifact/*/*.whl dist/
120+
cp artifact/*-ubuntu-*/*.whl dist/
121121
cp artifact/*/*.tar.gz dist/
122122
123123
- name: Publish package distributions to PyPI

0 commit comments

Comments
 (0)