From 25b47427481bee3f19f48d4eb03601b5776d5a46 Mon Sep 17 00:00:00 2001 From: Florian Angerer Date: Tue, 2 May 2023 17:33:06 +0200 Subject: [PATCH] Improve description release workflow's inputs --- .github/workflows/release-pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-pypi.yml b/.github/workflows/release-pypi.yml index fe58e370..7b6d7251 100644 --- a/.github/workflows/release-pypi.yml +++ b/.github/workflows/release-pypi.yml @@ -6,11 +6,11 @@ on: workflow_dispatch: inputs: tag: - description: 'The Git tag to create the release for' + description: 'The Git tag to create or test a release for. Official releases should always be made from an existing tag.' required: true type: string official: - description: 'Publish to official PyPI' + description: 'If true, publish to official PyPI and create GitHub release. Otherwise publish only to test PyPI.' default: false type: boolean