Skip to content

Commit 84a4dd3

Browse files
authored
Expose GooglePublisher for import (#117)
1 parent 69036f5 commit 84a4dd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pypi_attestations/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
Envelope,
1313
GitHubPublisher,
1414
GitLabPublisher,
15+
GooglePublisher,
1516
Provenance,
1617
Publisher,
1718
TransparencyLogEntry,
@@ -29,6 +30,7 @@
2930
"Envelope",
3031
"GitHubPublisher",
3132
"GitLabPublisher",
33+
"GooglePublisher",
3234
"Provenance",
3335
"Publisher",
3436
"TransparencyLogEntry",

0 commit comments

Comments
 (0)