Skip to content

Commit 805cbfd

Browse files
committed
Revert "Test setup with TestPyPI"
This reverts commit 34dc7b2.
1 parent 34dc7b2 commit 805cbfd

14 files changed

Lines changed: 132 additions & 133 deletions

File tree

.github/workflows/build-tag.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
runs-on: ubuntu-latest
8484
env:
8585
TWINE_USERNAME: "__token__"
86-
TWINE_REPOSITORY_URL: "https://test.pypi.org/legacy/"
8786
steps:
8887
- uses: actions/checkout@v6
8988
- name: Set up Python 3.10
@@ -99,46 +98,46 @@ jobs:
9998
TWINE_PASSWORD: ${{ secrets.PYPI_UPLOAD_PASS }}
10099
run: |
101100
python -m build --wheel
102-
twine upload --verbose dist/*
101+
twine upload dist/*
103102
- name: Build and publish dapr-ext-workflow
104103
env:
105104
TWINE_PASSWORD: ${{ secrets.PYPI_UPLOAD_PASS }}
106105
run: |
107106
cd ext/dapr-ext-workflow
108107
python -m build --wheel
109-
twine upload --verbose dist/*
108+
twine upload dist/*
110109
- name: Build and publish Dapr Flask Extension
111110
env:
112111
TWINE_PASSWORD: ${{ secrets.PYPI_UPLOAD_PASS }}
113112
run: |
114113
cd ext/flask_dapr
115114
python -m build --wheel
116-
twine upload --verbose dist/*
115+
twine upload dist/*
117116
- name: Build and publish dapr-ext-grpc
118117
env:
119118
TWINE_PASSWORD: ${{ secrets.PYPI_UPLOAD_PASS }}
120119
run: |
121120
cd ext/dapr-ext-grpc
122121
python -m build --wheel
123-
twine upload --verbose dist/*
122+
twine upload dist/*
124123
- name: Build and publish dapr-ext-fastapi
125124
env:
126125
TWINE_PASSWORD: ${{ secrets.PYPI_UPLOAD_PASS }}
127126
run: |
128127
cd ext/dapr-ext-fastapi
129128
python -m build --wheel
130-
twine upload --verbose dist/*
129+
twine upload dist/*
131130
- name: Build and publish dapr-ext-langgraph
132131
env:
133132
TWINE_PASSWORD: ${{ secrets.PYPI_UPLOAD_PASS }}
134133
run: |
135134
cd ext/dapr-ext-langgraph
136135
python -m build --wheel
137-
twine upload --verbose dist/*
136+
twine upload dist/*
138137
- name: Build and publish dapr-ext-strands
139138
env:
140139
TWINE_PASSWORD: ${{ secrets.PYPI_UPLOAD_PASS }}
141140
run: |
142141
cd ext/dapr-ext-strands
143142
python -m build --wheel
144-
twine upload --verbose dist/*
143+
twine upload dist/*

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.18.0rc100
1+
1.18.0.dev

dapr/version/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from importlib.metadata import version
22

3-
__version__ = version('dapr-seherv-test')
3+
__version__ = version('dapr')
44
__all__ = ['__version__']

ext/dapr-ext-fastapi/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "dapr-ext-fastapi-seherv-test"
2+
name = "dapr-ext-fastapi"
33
dynamic = ["version"]
44
description = "Dapr FastAPI Extension for the Dapr Python SDK."
55
readme = "README.rst"
@@ -19,7 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3.14",
2020
]
2121
dependencies = [
22-
"dapr-seherv-test",
22+
"dapr",
2323
"uvicorn>=0.11.6,<1.0.0",
2424
"fastapi>=0.60.1,<1.0.0",
2525
]
@@ -41,4 +41,4 @@ pattern = '(?P<version>\S+)'
4141
only-include = ["dapr/ext/fastapi"]
4242

4343
[tool.uv.sources]
44-
dapr-seherv-test = { workspace = true }
44+
dapr = { workspace = true }

ext/dapr-ext-grpc/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "dapr-ext-grpc-seherv-test"
2+
name = "dapr-ext-grpc"
33
dynamic = ["version"]
44
description = "Dapr gRPC AppCallback Extension for the Dapr Python SDK."
55
readme = "README.rst"
@@ -19,7 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3.14",
2020
]
2121
dependencies = [
22-
"dapr-seherv-test",
22+
"dapr",
2323
"cloudevents>=1.0.0,<2.0.0",
2424
]
2525

@@ -40,4 +40,4 @@ pattern = '(?P<version>\S+)'
4040
only-include = ["dapr/ext/grpc"]
4141

4242
[tool.uv.sources]
43-
dapr-seherv-test = { workspace = true }
43+
dapr = { workspace = true }

ext/dapr-ext-langgraph/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dapr-ext-langgraph extension
2-
============================
2+
=======================
33

44
|pypi|
55

ext/dapr-ext-langgraph/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "dapr-ext-langgraph-seherv-test"
2+
name = "dapr-ext-langgraph"
33
dynamic = ["version"]
44
description = "Dapr LangGraph Checkpointer Extension for the Dapr Python SDK."
55
readme = "README.rst"
@@ -19,7 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3.14",
2020
]
2121
dependencies = [
22-
"dapr-seherv-test",
22+
"dapr",
2323
"langgraph>=0.3.6,<2.0.0",
2424
"langchain>=0.1.17,<2.0.0",
2525
"python-ulid>=3.0.0,<4.0.0",
@@ -43,4 +43,4 @@ pattern = '(?P<version>\S+)'
4343
only-include = ["dapr/ext/langgraph"]
4444

4545
[tool.uv.sources]
46-
dapr-seherv-test = { workspace = true }
46+
dapr = { workspace = true }

ext/dapr-ext-strands/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dapr-ext-strands extension
2-
==========================
2+
=======================
33

44
|pypi|
55

ext/dapr-ext-strands/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "dapr-ext-strands-seherv-test"
2+
name = "dapr-ext-strands"
33
dynamic = ["version"]
44
description = "Dapr Strands Agent Sessions Extension for the Dapr Python SDK."
55
readme = "README.rst"
@@ -19,7 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3.14",
2020
]
2121
dependencies = [
22-
"dapr-seherv-test",
22+
"dapr",
2323
"strands-agents>=1.30.0,<2.0.0",
2424
"strands-agents-tools>=0.2.22,<1.0.0",
2525
"python-ulid>=3.0.0,<4.0.0",
@@ -43,4 +43,4 @@ pattern = '(?P<version>\S+)'
4343
only-include = ["dapr/ext/strands"]
4444

4545
[tool.uv.sources]
46-
dapr-seherv-test = { workspace = true }
46+
dapr = { workspace = true }

ext/dapr-ext-workflow/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "dapr-ext-workflow-seherv-test"
2+
name = "dapr-ext-workflow"
33
dynamic = ["version"]
44
description = "Dapr Workflow Authoring Extension for the Dapr Python SDK."
55
readme = "README.rst"
@@ -19,7 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3.14",
2020
]
2121
dependencies = [
22-
"dapr-seherv-test",
22+
"dapr",
2323
]
2424

2525
[project.urls]
@@ -39,4 +39,4 @@ pattern = '(?P<version>\S+)'
3939
only-include = ["dapr/ext/workflow"]
4040

4141
[tool.uv.sources]
42-
dapr-seherv-test = { workspace = true }
42+
dapr = { workspace = true }

0 commit comments

Comments
 (0)