Skip to content

Commit 56d21fb

Browse files
Merge remote-tracking branch 'origin/main' into next
2 parents 5488b95 + 5783061 commit 56d21fb

82 files changed

Lines changed: 81 additions & 1245 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,14 @@ jobs:
6161
run: rye build
6262

6363
- name: Get GitHub OIDC Token
64-
if: |-
65-
github.repository == 'stainless-sdks/whopsdk-python' &&
66-
!startsWith(github.ref, 'refs/heads/stl/')
64+
if: github.repository == 'stainless-sdks/whopsdk-python'
6765
id: github-oidc
6866
uses: actions/github-script@v8
6967
with:
7068
script: core.setOutput('github_token', await core.getIDToken());
7169

7270
- name: Upload tarball
73-
if: |-
74-
github.repository == 'stainless-sdks/whopsdk-python' &&
75-
!startsWith(github.ref, 'refs/heads/stl/')
71+
if: github.repository == 'stainless-sdks/whopsdk-python'
7672
env:
7773
URL: https://pkg.stainless.com/s
7874
AUTH: ${{ steps.github-oidc.outputs.github_token }}

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.0.32"
33
}

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## 0.1.0 (2026-03-10)
3+
## 0.0.32 (2026-03-11)
44

5-
Full Changelog: [v0.0.30...v0.1.0](https://github.com/whopio/whopsdk-python/compare/v0.0.30...v0.1.0)
5+
Full Changelog: [v0.0.30...v0.0.32](https://github.com/whopio/whopsdk-python/compare/v0.0.30...v0.0.32)
66

77
### Features
88

@@ -18,7 +18,11 @@ Full Changelog: [v0.0.30...v0.1.0](https://github.com/whopio/whopsdk-python/comp
1818
* **api:** api update ([d62a4b7](https://github.com/whopio/whopsdk-python/commit/d62a4b7961c1264d9c4055a026238a72822b8b19))
1919
* **api:** api update ([c60ab1e](https://github.com/whopio/whopsdk-python/commit/c60ab1e6568cef6910ec61773887c8b9546c52d4))
2020
* **api:** api update ([020c181](https://github.com/whopio/whopsdk-python/commit/020c181cf53f7811401fe01d4382fe490e6e5398))
21+
* **api:** api update ([db6d90c](https://github.com/whopio/whopsdk-python/commit/db6d90cb90d173817cb3c8829dcd7d4ac091e53e))
22+
* **api:** api update ([74d75c5](https://github.com/whopio/whopsdk-python/commit/74d75c50c470970c3b7fdc0611dd58c518fcdb18))
23+
* **api:** api update ([2edf4bc](https://github.com/whopio/whopsdk-python/commit/2edf4bca49f261116a77e04d77da9157904367a5))
2124
* **api:** manual updates ([b162886](https://github.com/whopio/whopsdk-python/commit/b1628865df13ae4d703571e46e738405652ad150))
25+
* **api:** manual updates ([5488b95](https://github.com/whopio/whopsdk-python/commit/5488b953d0a7e6c4c6d08d9a6f0b88a8852a76d2))
2226

2327

2428
### Chores

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "whop-sdk"
3-
version = "0.1.0"
3+
version = "0.0.32"
44
description = "The official Python library for the Whop API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)