Skip to content

Commit 80bf54a

Browse files
authored
Fix pypi target project mobile-release.yml (#44449)
Fixing a mismatch between the pypi target project and the project specified in mobile/pyproject.toml Signed-off-by: Jonathan Wu <jtwu@google.com>
1 parent f1708ab commit 80bf54a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mobile-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
fail-fast: false
230230
environment:
231231
name: pypi
232-
url: https://pypi.org/p/envoy-mobile
232+
url: https://pypi.org/p/envoy-mobile-client
233233
steps:
234234
- uses: actions/download-artifact@v4
235235
with:

0 commit comments

Comments
 (0)