Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng committed Jun 12, 2020
1 parent 77c93ee commit 4b0ebb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -50,5 +50,5 @@ dist: clean
python setup.py sdist bdist_wheel
ls -l dist

release: clean
python -m twine upload dist/*
release:
python -m twine upload dist/*

0 comments on commit 4b0ebb7

Please sign in to comment.