Skip to content

Commit

Permalink
fix: run sdist after tag created
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Jul 14, 2021
1 parent cca7a30 commit a8afb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Expand Up @@ -15,7 +15,7 @@ plugins:
to: 'version="${nextRelease.version}"'
- - "@semantic-release/exec"
- prepareCmd: "python3 setup.py sdist && python3 -m twine check dist/*"
publishCmd: "python3 -m twine upload dist/*"
publishCmd: "python3 setup.py sdist && python3 -m twine upload dist/*"
- - "@semantic-release/git"
- assets:
- "./googlemaps/__init__.py"
Expand Down

0 comments on commit a8afb86

Please sign in to comment.