Skip to content

Commit c7c3236

Browse files
author
Justin Poehnelt
authored
fix: only run publishCmd
1 parent 0717028 commit c7c3236

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.releaserc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ plugins:
1414
from: 'version=".*"'
1515
to: 'version="${nextRelease.version}"'
1616
- - "@semantic-release/exec"
17-
- prepareCmd: "python3 setup.py sdist && python3 -m twine check dist/*"
1817
publishCmd: "python3 setup.py sdist && python3 -m twine upload dist/*"
1918
- - "@semantic-release/git"
2019
- assets:

0 commit comments

Comments
 (0)