Skip to content

Commit 07363c9

Browse files
committed
Uncomment Test PyPI publishing step
1 parent 6398d89 commit 07363c9

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/pre-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: uv build
3333
- name: Run AppInspect
3434
uses: ./.github/actions/run-appinspect
35-
# - name: Publish packages to Test PyPI
36-
# uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
37-
# with:
38-
# repository-url: https://test.pypi.org/legacy/
35+
- name: Publish packages to Test PyPI
36+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
37+
with:
38+
repository-url: https://test.pypi.org/legacy/

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ download = "https://github.com/splunk/splunk-sdk-python/releases/latest"
88

99
[project]
1010
name = "splunk-sdk"
11-
version = "3.0.0b0"
11+
version = "3.0.0"
1212
description = "Splunk Software Development Kit for Python"
1313
readme = "README.md"
1414
requires-python = ">=3.13"
@@ -34,7 +34,7 @@ dependencies = []
3434
[project.optional-dependencies]
3535
compat = ["six>=1.17.0"]
3636
ai = ["httpx==0.28.1", "langchain>=1.2.15", "mcp>=1.27.0", "pydantic>=2.13.3"]
37-
anthropic = ["splunk-sdk[ai]>=2.1.1", "langchain-anthropic>=1.4.1"]
37+
anthropic = ["splunk-sdk[ai]>=2.1.1", "langchain-anthropic>=1.4.2"]
3838
openai = ["splunk-sdk[ai]>=2.1.1", "langchain-openai>=1.2.1"]
3939

4040
# Treat the same as NPM's `devDependencies`

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)