We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69a603d + c6a3da6 commit a607e95Copy full SHA for a607e95
.github/workflows/cicd.yaml
@@ -365,7 +365,7 @@ jobs:
365
if: >
366
github.repository == '4paradigm/OpenMLDB' && startsWith(github.ref, 'refs/tags/v')
367
run: |
368
- cp build/python/dist/openmldb*.whl .
+ cp python/dist/openmldb*.whl .
369
twine upload openmldb-*.whl
370
env:
371
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
0 commit comments