Skip to content

Commit d142f72

Browse files
committed
AEA-5986 Re-add plugin to config.
1 parent 8b033e4 commit d142f72

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

release.config.cjs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ module.exports = {
7676
pkgRoot: subpackage
7777
}
7878
]),
79+
...(pypiPublish ? [
80+
[
81+
"semantic-release-pypi",
82+
{
83+
repoToken: pypiToken
84+
}
85+
]
86+
] : []),
7987
[
8088
"@semantic-release/github",
8189
{

0 commit comments

Comments
 (0)