Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(py-sdk): fix python package names (#1486)
* ci (py-sdk): fix python package names Python package names are not allowed to contain '-', which is a syntax error. Replace with '_'. * Update python-config.json * Update python-pydantic-v1-config.json --------- Co-authored-by: Jay <[email protected]>
- Loading branch information