Skip to content

Commit e196085

Browse files
Merge pull request #23 from botanu-ai/developer
ci: fix PyPI environment URL in release workflow
2 parents 3d4d1b9 + 0caebfa commit e196085

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
runs-on: ubuntu-latest
9696
environment:
9797
name: pypi
98-
url: https://pypi.org/p/botanu
98+
url: https://pypi.org/botanu
9999
permissions:
100100
id-token: write # required for OIDC trusted publishing
101101
steps:

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,8 @@ dev = [
144144
"pytest-asyncio >= 0.21.0",
145145
"pytest-cov >= 4.1.0",
146146
"coverage[toml] >= 7.0",
147-
"httpx >= 0.24.0, < 0.28.0; python_version < '3.10'",
148-
"httpx >= 0.24.0; python_version >= '3.10'",
149-
"starlette >= 0.27.0, < 0.30.0; python_version >= '3.10'",
150-
"starlette >= 0.27.0; python_version >= '3.10'",
147+
"httpx >= 0.24.0, < 0.28.0",
148+
"starlette >= 0.27.0, < 0.30.0",
151149
"ruff >= 0.4.0",
152150
"mypy >= 1.7.0",
153151
"pre-commit >= 3.5.0",

0 commit comments

Comments
 (0)