Skip to content

Commit a607e95

Browse files
authored
Merge pull request #1177 from tobegit3hub/feat/update_upload_python_whl_path
feat: update whl path of cicd to upload pypi
2 parents 69a603d + c6a3da6 commit a607e95

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)