File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -104,14 +104,6 @@ jobs:
104104
105105 - run : uv sync --frozen
106106
107- - name : Modify package name for TestPyPI
108- run : |
109- # The 'connect-python' name is claimed on TestPyPI. No big
110- # deal, we can use a different name since this is just to test
111- # publishing really.
112- # TODO: Update now that this is in connectrpc
113- sed -i 's/name = "connect-python"/name = "firetiger-connect-python"/' pyproject.toml
114-
115107 - run : uv build
116108
117109 - name : build codegen archives
@@ -136,5 +128,6 @@ jobs:
136128 uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
137129 if : github.event_name != 'pull_request'
138130 with :
131+ repository-url : https://test.pypi.org/legacy/
139132 packages-dir : protoc-gen-connect-python/dist
140133 skip-existing : true
You can’t perform that action at this time.
0 commit comments