Skip to content

Commit

Permalink
ci (py-sdk): fix python package names
Browse files Browse the repository at this point in the history
Python package names are not allowed to contain '-', which is a syntax
error. Replace with '_'.
  • Loading branch information
cchndl committed Nov 6, 2024
1 parent 591fdf5 commit ed523f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/openapi/python-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"generatorName": "python",
"packageName": "scicat-sdk-py",
"packageName": "scicat_sdk_py",
"projectName": "scicat-sdk-py"
}
2 changes: 1 addition & 1 deletion .github/openapi/python-pydantic-v1-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"generatorName": "python-pydantic-v1",
"packageName": "scicat-sdk-pydantic",
"packageName": "scicat_sdk_pydantic",
"projectName": "scicat-sdk-pydantic"
}

0 comments on commit ed523f6

Please sign in to comment.