There was an error while loading. Please reload this page.
1 parent 60b1f46 commit 5a73478Copy full SHA for 5a73478
1 file changed
stainless.yaml
@@ -5,6 +5,9 @@
5
# [docs]: https://www.stainless.com/docs/reference/editions
6
edition: 2025-10-10
7
8
+codeflow:
9
+ release_environment: pypi
10
+
11
organization:
12
name: hypeman
13
# Link to your API documentation.
@@ -30,13 +33,13 @@ targets:
30
33
options:
31
34
enable_v2: true
32
35
python:
36
+ edition: python.2025-11-20
37
package_name: hypeman
38
production_repo: kernel/hypeman-python
39
staging_repo: kernel/hypeman-python-staging
40
publish:
41
pypi:
42
auth_method: oidc
- release_environment: pypi
43
release:
44
branch: main
45
prerelease: false
0 commit comments