We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0788f commit fc0d026Copy full SHA for fc0d026
1 file changed
.releaserc
@@ -14,12 +14,8 @@ plugins:
14
from: 'version=".*"'
15
to: 'version="${nextRelease.version}"'
16
- - "@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/*
+ - prepareCmd: rm -rf dist && python3 setup.py sdist && python3 -m twine check dist/*
+ - publishCmd: python3 -m twine upload dist/*
23
- - "@semantic-release/git"
24
- assets:
25
- "./googlemaps/__init__.py"
0 commit comments