From def9853e52e43f6be181cab309cf6069660a4dbb Mon Sep 17 00:00:00 2001 From: AlphaJack Date: Wed, 15 May 2024 12:31:35 +0200 Subject: [PATCH] ci: added step to configure PyPI --- .github/workflows/from_tag_to_build_release_pypi.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/from_tag_to_build_release_pypi.yml b/.github/workflows/from_tag_to_build_release_pypi.yml index 4e6b947..ed1d50b 100644 --- a/.github/workflows/from_tag_to_build_release_pypi.yml +++ b/.github/workflows/from_tag_to_build_release_pypi.yml @@ -15,7 +15,8 @@ name: Create GitHub release and deploy to PyPI from a new tag # requirements: # - GitHub has an environment called "release" -# - PyPI has a trusted publisher set (no need for secret token) +# - PyPI has a trusted publisher set from https://pypi.org/manage/account/publishing/ +# - no need for secret PyPI token # debug: