Skip to content

Commit 5a73478

Browse files
committed
Fix Stainless PyPI OIDC publishing configuration
1 parent 60b1f46 commit 5a73478

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

stainless.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
# [docs]: https://www.stainless.com/docs/reference/editions
66
edition: 2025-10-10
77

8+
codeflow:
9+
release_environment: pypi
10+
811
organization:
912
name: hypeman
1013
# Link to your API documentation.
@@ -30,13 +33,13 @@ targets:
3033
options:
3134
enable_v2: true
3235
python:
36+
edition: python.2025-11-20
3337
package_name: hypeman
3438
production_repo: kernel/hypeman-python
3539
staging_repo: kernel/hypeman-python-staging
3640
publish:
3741
pypi:
3842
auth_method: oidc
39-
release_environment: pypi
4043
release:
4144
branch: main
4245
prerelease: false

0 commit comments

Comments
 (0)