Skip to content

Commit f1c68c8

Browse files
fix: speakeasy release links
The GitHub releases point to https://pypi.org/project/glean But the project is actually glean-api-client Update the package name in speakeasy config to fix this.
1 parent e450385 commit f1c68c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ python:
6969
moduleName: glean.api_client
7070
outputModelSuffix: output
7171
packageManager: poetry
72-
packageName: glean
72+
packageName: glean-api-client
7373
pytestFilterWarnings: []
7474
pytestTimeout: 0
7575
responseFormat: flat

0 commit comments

Comments
 (0)