File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
python -m pip install scikit-build
23
23
- name : Fetch the wheels from the release
24
24
run : |
25
- curl -s https://api.github.com/repos/TkinterEP/python-tkextrafont /releases/latest | grep "browser_download_url.*whl" | cut -d : -f 2,3 | tr -d \" | wget -qi - -P dist/
25
+ curl -s https://api.github.com/repos/TkinterEP/python-tksvg /releases/latest | grep "browser_download_url.*whl" | cut -d : -f 2,3 | tr -d \" | wget -qi - -P dist/
26
26
- name : Build a source distribution
27
27
run : |
28
28
python setup.py sdist
Original file line number Diff line number Diff line change 39
39
uses : peter-evans/repository-dispatch@v1
40
40
with :
41
41
token : ${{ secrets.DEPLOY_TOKEN }}
42
- repository : TkinterEP/python-tkextrafont
42
+ repository : TkinterEP/python-tksvg
43
43
event-type : pypi-upload
44
44
client-payload : ' {"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ def copy_to_target(self, target: str):
177
177
178
178
setup (
179
179
name = "tksvg" ,
180
- version = "v0.7.1 " ,
180
+ version = "v0.7.2 " ,
181
181
packages = ["tksvg" ],
182
182
description = "SVG support for PhotoImage in Tk 8.6" ,
183
183
author = "The tksvg authors" ,
You can’t perform that action at this time.
0 commit comments