From 26ad7a75496845c3b4e74d113ff8f6f645fa871b Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Tue, 20 Aug 2024 13:39:26 -0400 Subject: [PATCH] Update ci/python-publish.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) --- ci/python-publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/python-publish.yml b/ci/python-publish.yml index 165ac0a..72fdda2 100644 --- a/ci/python-publish.yml +++ b/ci/python-publish.yml @@ -52,6 +52,10 @@ jobs: name: pypi # OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status: # url: https://pypi.org/p/YOURPROJECT + # + # 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 }} steps: - name: Retrieve release distributions