Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .github/workflows/release_beta.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -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
Expand Down