File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -49,4 +49,14 @@ build_script:
4949test_script :
5050- " %PYTHON%\\ python.exe -m nose"
5151artifacts :
52- - path : " /dist/*.whl"
52+ - path : " /dist/*.whl"
53+ deploy :
54+ provider : GitHub
55+ auth_token :
56+ secure : w1pwzVAnkw938lSYuIKnVbkHtid9YphEEZuHsvftTV5f5KjBAQH3283q7Um5j3xU
57+ artifact : /.*\.whl/
58+ draft : false
59+ prerelease : false
60+ on :
61+ branch : master
62+ APPVEYOR_REPO_TAG : true
Original file line number Diff line number Diff line change @@ -25,3 +25,11 @@ script:
2525- python setup.py install
2626- rm -rf ./tkextrafont
2727- python -m nose
28+ deploy :
29+ provider : releases
30+ token :
31+ secure : " qEbnTsfDAGXokVlBPGwzkTg/DjnPOnM9UnQonZohRTcxyVE/RWNgBfQYbK6ihfJvn9fbD+1rKNjXNia/oRRoA6YGyUpOkX7EtdlJ9rvEo9gZqwfmiM/h8n1l4TP5Igu3whh5EEPtUNt9sj09hmaBStJSdqO0lehPW1xEUs6nwpjzNF1ucyCuoivilvvoMk6jcyUSRz67b301Kd7j68rAmSj3Py7dvzCJM2FNIoxezSkw3RyJFCJvYcJdjSfYHoHZ5MStDCgAV3nHwFnwiYzZ46jvSiHsma3SplaeWrhs8ota/uI1dnxxNhBPzR3L3xwHLzMR53TMWUfE8HzTPedBnsMAkDEvJuGRGKclUt3VpbOBELEhR7j3ERbxL48pnDPOSv2xtMAVVsIh+X04X8lsimCfGnSMdZYfCXXrSVpdX0r/cmMY3rtaugVjZECjQ4RMT8WIimrg92el9KfH+tCGVFT5/y3s8x3gC3qDrKq2AGY3e7xxA6HzZn18MA+UBl68Z+JGsItyTSwcnOeCR/9xgGn0U+Iqjn3AO2aJmkSw7rHi2yflLucsknChq4I5UbkAtjs0dchpsOGkbRCgTiC2GR3eL8LIqBrsr1GWrr2B0eadIwlpq4gdpvX/ssoYZDwZ3pvw8QQUJM6KbhrKHFq1OApoupUwCmd/rGVgh/xdME4="
32+ file : dist/*.whl
33+ edge : true
34+ on :
35+ tags : true
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ def copy_to_target(self, target: str):
186186 url = "https://github.com/TkinterEP/tkextrafont" ,
187187 download_url = "https://github.com/TkinterEP/tkextrafont/releases" ,
188188 license = "GNU GPLv3" ,
189- long_description = "" , # TODO
189+ long_description = read ( "README.md" ),
190190 long_description_content_type = "text/markdown" ,
191191 zip_safe = False ,
192192 ** kwargs
You can’t perform that action at this time.
0 commit comments