Skip to content

Commit

Permalink
add package and upload
Browse files Browse the repository at this point in the history
  • Loading branch information
breezedeus committed May 31, 2020
1 parent bac34a3 commit 451e991
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,12 @@ evaluate:
-i examples -o outputs-$(BACKBONE)-size$(MAX_SIZE)-thrsh$(PSE_THRSH)-area$(PSE_MIN_AREA) \
--max_size $(MAX_SIZE) --pse_threshold $(PSE_THRSH) --pse_min_area $(PSE_MIN_AREA)

.PHONY: train evaluate
package:
python setup.py sdist bdist_wheel

VERSION = 0.1.0
upload:
python -m twine upload dist/cnstd-$(VERSION)* --verbose


.PHONY: train evaluate package upload

0 comments on commit 451e991

Please sign in to comment.