소스 검색

added test_deploy target for make

Dimitri Korsch 6 년 전
부모
커밋
fb8385aa6b
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -7,5 +7,8 @@ build:
 deploy:
 	python setup.py sdist upload -r pypi
 
+test_deploy:
+	python setup.py sdist upload -r pypitest
+
 get_version:
 	@python -c "import cvargparse; print('v{}'.format(cvargparse.__version__))"