diff --git a/.github/workflows/release_beta.yaml b/.github/workflows/release_beta.yaml index c02431e..75581e7 100644 --- a/.github/workflows/release_beta.yaml +++ b/.github/workflows/release_beta.yaml @@ -7,7 +7,15 @@ on: - ItayTheDar inputs: increment_version: - description: 'Create a new beta release, deploy to TestPyPI, and install the package' + description: 'Increment version by major, minor, or patch' + required: true + default: 'patch' + type: choice + options: + - major + - minor + - patch + env: VERSION_FILE_PATH: nest/__init__.py