Skip to content

Commit d35115f

Browse files
authored
Fix upload artifact path
1 parent 1b77173 commit d35115f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Store distributions
6969
uses: actions/upload-artifact@v3
7070
with:
71-
path: pythainlp/dist/*
71+
path: dist
7272

7373
publish_pypi:
7474
name: Publish to PyPI

0 commit comments

Comments
 (0)