Skip to content

Commit

Permalink
Rename deploy release
Browse files Browse the repository at this point in the history
  • Loading branch information
gtalarico committed Aug 16, 2020
1 parent 4d42f83 commit f3830e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ usage:
@echo "$(L_GREEN)Choose a command: $(PWD) $(NC)"
@bash -c "sed -ne 's/^##//p' ./Makefile | column -t -s ':' | sed -e 's/^/ /'"

## deploy: Deploy
deploy:
## release: Release new version
release:
python setup.py sdist bdist_wheel --universal
twine upload ./dist/*
make clean
Expand Down

0 comments on commit f3830e9

Please sign in to comment.