Skip to content

Commit 412d8c2

Browse files
committed
Disable Travis-CI wheel uploading and bump to v0.7.3
Travis-CI default wheels are not suitable for uploading to PyPI (as they can only be installed on a very small number of platforms) and throw an error. Therefore, the uploading of wheels from Travis-CI should be disabled.
1 parent 6a0b185 commit 412d8c2

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.travis.yml

-8
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,3 @@ script:
1919
- python setup.py install
2020
- rm -rf ./tksvg
2121
- python -m nose
22-
deploy:
23-
provider: releases
24-
token:
25-
secure: "qEbnTsfDAGXokVlBPGwzkTg/DjnPOnM9UnQonZohRTcxyVE/RWNgBfQYbK6ihfJvn9fbD+1rKNjXNia/oRRoA6YGyUpOkX7EtdlJ9rvEo9gZqwfmiM/h8n1l4TP5Igu3whh5EEPtUNt9sj09hmaBStJSdqO0lehPW1xEUs6nwpjzNF1ucyCuoivilvvoMk6jcyUSRz67b301Kd7j68rAmSj3Py7dvzCJM2FNIoxezSkw3RyJFCJvYcJdjSfYHoHZ5MStDCgAV3nHwFnwiYzZ46jvSiHsma3SplaeWrhs8ota/uI1dnxxNhBPzR3L3xwHLzMR53TMWUfE8HzTPedBnsMAkDEvJuGRGKclUt3VpbOBELEhR7j3ERbxL48pnDPOSv2xtMAVVsIh+X04X8lsimCfGnSMdZYfCXXrSVpdX0r/cmMY3rtaugVjZECjQ4RMT8WIimrg92el9KfH+tCGVFT5/y3s8x3gC3qDrKq2AGY3e7xxA6HzZn18MA+UBl68Z+JGsItyTSwcnOeCR/9xgGn0U+Iqjn3AO2aJmkSw7rHi2yflLucsknChq4I5UbkAtjs0dchpsOGkbRCgTiC2GR3eL8LIqBrsr1GWrr2B0eadIwlpq4gdpvX/ssoYZDwZ3pvw8QQUJM6KbhrKHFq1OApoupUwCmd/rGVgh/xdME4="
26-
file: dist/*.whl
27-
edge: true
28-
on:
29-
tags: true

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def copy_to_target(self, target: str):
177177

178178
setup(
179179
name="tksvg",
180-
version="v0.7.2",
180+
version="v0.7.3",
181181
packages=["tksvg"],
182182
description="SVG support for PhotoImage in Tk 8.6",
183183
author="The tksvg authors",

0 commit comments

Comments
 (0)