We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca7a30 commit a8afb86Copy full SHA for a8afb86
1 file changed
.releaserc
@@ -15,7 +15,7 @@ plugins:
15
to: 'version="${nextRelease.version}"'
16
- - "@semantic-release/exec"
17
- prepareCmd: "python3 setup.py sdist && python3 -m twine check dist/*"
18
- publishCmd: "python3 -m twine upload dist/*"
+ publishCmd: "python3 setup.py sdist && python3 -m twine upload dist/*"
19
- - "@semantic-release/git"
20
- assets:
21
- "./googlemaps/__init__.py"
0 commit comments