Skip to content

Commit f5c4d78

Browse files
committed
Remove sed
Signed-off-by: Anuraag Agrawal <[email protected]>
1 parent a8f0b6a commit f5c4d78

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)