Skip to content

Commit 2e47f67

Browse files
committed
ci: fix dist path error
1 parent bc2e8ea commit 2e47f67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gen_whl_to_pypi_rapidocr_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
uses: pypa/gh-action-pypi-publish@v1.5.0
3131
with:
3232
password: ${{ secrets.RAPIDOCR_API_PYPI }}
33-
packages_dir: api/dist/
33+
packages_dir: dist/

0 commit comments

Comments
 (0)