Skip to content

Commit 15fe38b

Browse files
committed
Merge fix/binary-names-in-workflow into next
2 parents cbb133c + c396aa3 commit 15fe38b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ jobs:
2121
matrix:
2222
include:
2323
- os: ubuntu-latest
24-
binary_name: stagehand-linux-x64
24+
binary_name: stagehand-server-linux-x64
2525
output_path: src/stagehand/_sea/stagehand-linux-x64
2626
wheel_platform_tag: manylinux2014_x86_64
2727
- os: macos-latest
28-
binary_name: stagehand-darwin-arm64
28+
binary_name: stagehand-server-darwin-arm64
2929
output_path: src/stagehand/_sea/stagehand-darwin-arm64
3030
wheel_platform_tag: macosx_11_0_arm64
31-
- os: macos-13
32-
binary_name: stagehand-darwin-x64
31+
- os: macos-15
32+
binary_name: stagehand-server-darwin-x64
3333
output_path: src/stagehand/_sea/stagehand-darwin-x64
3434
wheel_platform_tag: macosx_10_9_x86_64
3535
- os: windows-latest
36-
binary_name: stagehand-win32-x64.exe
36+
binary_name: stagehand-server-win32-x64.exe
3737
output_path: src/stagehand/_sea/stagehand-win32-x64.exe
3838
wheel_platform_tag: win_amd64
3939

0 commit comments

Comments
 (0)