Skip to content

Commit 54cbd03

Browse files
committed
minor CD setup
1 parent c0e0313 commit 54cbd03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
- name: Upload to PyPI
6565
env:
66-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
66+
TWINE_USERNAME: __token__
6767
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
6868
run: |
6969
twine upload dist/*

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ requires = ["setuptools>=61.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

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

0 commit comments

Comments
 (0)