Skip to content

Commit 45fc27d

Browse files
authored
Merge pull request #59 from hubmapconsortium/release-please--branches--main--changes--next
release: 2.0.0-alpha.34
2 parents b2f11a1 + 6e1278a commit 45fc27d

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: ./scripts/lint
3737

3838
build:
39-
if: github.repository == 'stainless-sdks/hubmap-entity-sdk-python' && (github.event_name == 'push' || github.event.pull_request.head.repo.fork)
39+
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
4040
timeout-minutes: 10
4141
name: build
4242
permissions:
@@ -61,12 +61,14 @@ jobs:
6161
run: rye build
6262

6363
- name: Get GitHub OIDC Token
64+
if: github.repository == 'stainless-sdks/hubmap-entity-sdk-python'
6465
id: github-oidc
6566
uses: actions/github-script@v6
6667
with:
6768
script: core.setOutput('github_token', await core.getIDToken());
6869

6970
- name: Upload tarball
71+
if: github.repository == 'stainless-sdks/hubmap-entity-sdk-python'
7072
env:
7173
URL: https://pkg.stainless.com/s
7274
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-
".": "2.0.0-alpha.33"
2+
".": "2.0.0-alpha.34"
33
}

CHANGELOG.md

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

3+
## 2.0.0-alpha.34 (2025-08-22)
4+
5+
Full Changelog: [v2.0.0-alpha.33...v2.0.0-alpha.34](https://github.com/hubmapconsortium/entity-python-sdk/compare/v2.0.0-alpha.33...v2.0.0-alpha.34)
6+
7+
### Chores
8+
9+
* update github action ([89e217a](https://github.com/hubmapconsortium/entity-python-sdk/commit/89e217adce0875b2f944d88d7521f9d19a878758))
10+
311
## 2.0.0-alpha.33 (2025-08-12)
412

513
Full Changelog: [v2.0.0-alpha.32...v2.0.0-alpha.33](https://github.com/hubmapconsortium/entity-python-sdk/compare/v2.0.0-alpha.32...v2.0.0-alpha.33)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hubmap_entity_sdk"
3-
version = "2.0.0-alpha.33"
3+
version = "2.0.0-alpha.34"
44
description = "The official Python library for the hubmap-entity-sdk API"
55
dynamic = ["readme"]
66
license = "MIT"

src/hubmap_entity_sdk/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "hubmap_entity_sdk"
4-
__version__ = "2.0.0-alpha.33" # x-release-please-version
4+
__version__ = "2.0.0-alpha.34" # x-release-please-version

0 commit comments

Comments
 (0)