From 02fcc283d627332ad3834c729a032a63cdad1f4b Mon Sep 17 00:00:00 2001 From: 8go <17750857+8go@users.noreply.github.com> Date: Thu, 21 Nov 2024 18:48:48 +0000 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2fe1464..ed4cdad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,11 @@ # https://github.com/pypa/gh-action-pypi-publish # https://github.com/pypa/sampleproject/blob/main/.github/workflows/release.yml -name: Release +# this action requires exactly one version to be found in .dist directory +# it will take this version and publish it to PyPi.org webpage +# this published version will be digitally attested. + +name: Release - publish attested version to PyPi on: push: