Skip to content

Commit 6a0b185

Browse files
committed
Fix references and bump to version v0.7.2
1 parent 6b48e9a commit 6a0b185

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
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 }}"}'

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.1",
180+
version="v0.7.2",
181181
packages=["tksvg"],
182182
description="SVG support for PhotoImage in Tk 8.6",
183183
author="The tksvg authors",

0 commit comments

Comments
 (0)