Skip to content

Commit fc0d026

Browse files
author
Justin Poehnelt
committed
chore: fix exec command
1 parent bd0788f commit fc0d026

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.releaserc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,8 @@ plugins:
1414
from: 'version=".*"'
1515
to: 'version="${nextRelease.version}"'
1616
- - "@semantic-release/exec"
17-
- prepareCmd:
18-
- rm -rf dist
19-
- python3 setup.py sdist
20-
- python3 -m twine check dist/*
21-
- publishCmd:
22-
- python3 -m twine upload dist/*
17+
- prepareCmd: rm -rf dist && python3 setup.py sdist && python3 -m twine check dist/*
18+
- publishCmd: python3 -m twine upload dist/*
2319
- - "@semantic-release/git"
2420
- assets:
2521
- "./googlemaps/__init__.py"

0 commit comments

Comments
 (0)