Skip to content

Commit a8afb86

Browse files
author
Justin Poehnelt
authored
fix: run sdist after tag created
1 parent cca7a30 commit a8afb86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins:
1515
to: 'version="${nextRelease.version}"'
1616
- - "@semantic-release/exec"
1717
- prepareCmd: "python3 setup.py sdist && python3 -m twine check dist/*"
18-
publishCmd: "python3 -m twine upload dist/*"
18+
publishCmd: "python3 setup.py sdist && python3 -m twine upload dist/*"
1919
- - "@semantic-release/git"
2020
- assets:
2121
- "./googlemaps/__init__.py"

0 commit comments

Comments
 (0)