Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

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
Original file line number Diff line number Diff line change
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.