Developer distribution
Registry publication operations
Secure external release paths for FinanceGPT SDK and framework packages. Registry credentials never live in the FinanceGPT application.
External bootstrap required · Package artifacts and release workflows are prepared, but publication still requires FinanceGPT-controlled registry accounts, repository ownership, licensing approval and registry-specific setup.
Release operations
9 workflow-ready · 0 published
| Package | Registry | Release method | Tag | External gate |
|---|---|---|---|---|
Pythonfinancegpt | PyPI | trusted_publishing_oidc | python-v{version} | Create/claim the PyPI project or pending trusted publisher and approve public SDK licensing. |
Node.js / TypeScript@financegpt/sdk | npm | trusted_publishing_oidc | node-v{version} | Control the @financegpt npm scope, create/reserve the package as required, register the trusted publisher and approve public SDK licensing. |
PHPfinancegpt/sdk | Packagist | vcs_tag_and_packagist_hook | php-v{version} | Submit the public repository to Packagist, configure automatic updates and approve public SDK licensing. |
.NETFinanceGPT | NuGet | scoped_api_key | dotnet-v{version} | Create the nuget.org publisher account/ownership model, approve package licensing and provision a package-scoped Push API key. |
Javacom.financegpt:financegpt-sdk | Maven Central | central_portal_token_and_signing | java-v{version} | Verify the com.financegpt namespace, approve public SDK licensing, complete Central metadata/source/Javadoc requirements and configure signing. |
Laravelfinancegpt/laravel | Packagist | vcs_tag_and_packagist_hook | laravel-v{version} | Submit the public repository to Packagist, configure automatic updates and approve public SDK licensing. |
CodeIgniter 4financegpt/codeigniter4 | Packagist | vcs_tag_and_packagist_hook | codeigniter4-v{version} | Submit the public repository to Packagist, configure automatic updates and approve public SDK licensing. |
Gogithub.com/financegpt/financegpt-go | Go Modules / GitHub | immutable_git_tag | go-v{version} | Publish the SDK source in the canonical GitHub repository and protect immutable semantic-version tags. |
Dart / Flutterfinancegpt | pub.dev | oidc_after_manual_first_release | dart-v{version} | Approve public SDK licensing and publish the first version manually; then configure pub.dev automated publishing for the GitHub repository/tag pattern. |
Preferred security model: short-lived OIDC trusted publishing where the registry supports it; protected environment secrets only where a registry still requires long-lived credentials. No publication credential is stored by FinanceGPT.