Skip to content

Commit 6a26b8f

Browse files
authored
polish publish workflow (#101)
* polish publish workflow * automate version bump
1 parent ef9483c commit 6a26b8f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
# Run Ruff formatter check (without modifying files)
4848
ruff check stagehand
4949
50+
# TODO: add back as soon as CI is passing
5051
# Commenting to cut release
5152
# - name: Run tests
5253
# run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "stagehand"
7-
version = "0.0.1"
7+
version = "0.0.2"
88
description = "Python SDK for Stagehand"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)