Skip to content

Commit ba1b46d

Browse files
committed
Updated workflow to include sea binary
1 parent 41926c7 commit ba1b46d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
100100
cp "_stagehand/packages/server/dist/sea/${{ matrix.binary_name }}" "${{ matrix.output_path }}"
101101
chmod +x "${{ matrix.output_path }}" 2>/dev/null || true
102+
git add -f src/stagehand/_sea/*
102103
103104
- name: Build wheel
104105
env:

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ path = "hatch_build.py"
9191

9292
[tool.hatch.build.targets.wheel]
9393
packages = ["src/stagehand"]
94+
include = [
95+
"src/stagehand/_sea/*"
96+
]
9497

9598
[tool.hatch.build.targets.sdist]
9699
# Basically everything except hidden files/directories (such as .github, .devcontainers, .python-version, etc)

0 commit comments

Comments
 (0)