File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 python -m pip install scikit-build
2323 - name : Fetch the wheels from the release
2424 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/
2626 - name : Build a source distribution
2727 run : |
2828 python setup.py sdist
Original file line number Diff line number Diff line change 3939 uses : peter-evans/repository-dispatch@v1
4040 with :
4141 token : ${{ secrets.DEPLOY_TOKEN }}
42- repository : TkinterEP/python-tkextrafont
42+ repository : TkinterEP/python-tksvg
4343 event-type : pypi-upload
4444 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):
177177
178178setup (
179179 name = "tksvg" ,
180- version = "v0.7.1 " ,
180+ version = "v0.7.2 " ,
181181 packages = ["tksvg" ],
182182 description = "SVG support for PhotoImage in Tk 8.6" ,
183183 author = "The tksvg authors" ,
You can’t perform that action at this time.
0 commit comments