Skip to content

Commit c6a3da6

Browse files
committed
Update whl path of cicd to upload pypi
1 parent 69a603d commit c6a3da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ jobs:
365365
if: >
366366
github.repository == '4paradigm/OpenMLDB' && startsWith(github.ref, 'refs/tags/v')
367367
run: |
368-
cp build/python/dist/openmldb*.whl .
368+
cp python/dist/openmldb*.whl .
369369
twine upload openmldb-*.whl
370370
env:
371371
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

0 commit comments

Comments
 (0)