Skip to content

Commit 3502f8a

Browse files
author
Justin Poehnelt
authored
chore: fix formatting
1 parent c7c3236 commit 3502f8a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.releaserc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ plugins:
1313
- "./setup.py"
1414
from: 'version=".*"'
1515
to: 'version="${nextRelease.version}"'
16-
- - "@semantic-release/exec"
17-
publishCmd: "python3 setup.py sdist && python3 -m twine upload dist/*"
16+
- [ "@semantic-release/exec", { publishCmd: "python3 setup.py sdist && python3 -m twine upload dist/*" }]
1817
- - "@semantic-release/git"
1918
- assets:
2019
- "./googlemaps/__init__.py"

0 commit comments

Comments
 (0)