Skip to content

Commit

Permalink
Update just publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Feb 13, 2023
1 parent cb75dc4 commit e4cb896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish: clean
@python -c 'import github2pypi' &>/dev/null || (echo "\"pip install github2pypi\"?"; exit 1)
@python -c 'import build' &>/dev/null || (echo "\"pip install build\"?"; exit 1)
@which twine &>/dev/null || (echo "\"pip install twine\"?"; exit 1)
gh release create "v{{version}}"
@git tag "v{{version}}" && git push origin "v{{version}}"
python -m build --sdist --wheel .
twine upload dist/*

Expand Down

0 comments on commit e4cb896

Please sign in to comment.