From e8df1c6b1664b7fb51bab2ca9a65a09ec34f3587 Mon Sep 17 00:00:00 2001 From: konung-yaropolk Date: Mon, 30 Dec 2024 01:30:52 -0600 Subject: [PATCH] Update python-publish.yml --- .github/workflows/python-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 06647dc..e664ffa 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -51,11 +51,11 @@ jobs: environment: name: pypi # OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status: - # url: https://pypi.org/p/DiaModality + url: https://pypi.org/p/DiaModality # # ALTERNATIVE: if your GitHub Release name is the PyPI project version string # ALTERNATIVE: exactly, uncomment the following line instead: - url: https://pypi.org/project/YOURPROJECT/${{ github.event.release.name }} + # url: https://pypi.org/project/YOURPROJECT/${{ github.event.release.name }} steps: - name: Retrieve release distributions