Sync project metadata with pyproject.toml
Updated scripts and backend to dynamically retrieve project name and version from `pyproject.toml`. This ensures consistent metadata across the OpenAPI client generation and the FastAPI application.
This commit is contained in:
parent
8cb2154740
commit
a3f85c6dda
@ -39,7 +39,7 @@ lint:
|
|||||||
exit 0;
|
exit 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
variables:
|
variables:
|
||||||
CI: "true" # Mark this as a CI run
|
CI: "true" # Mark this as a CI run
|
||||||
|
Loading…
x
Reference in New Issue
Block a user