Skip to content

Commit aa35330

Browse files
committed
PYTHON-5188 Make version setting a part of the release process
1 parent b83389d commit aa35330

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release-python.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: Release
33
on:
44
workflow_dispatch:
55
inputs:
6-
version:
7-
description: "The new version to set"
8-
required: true
96
following_version:
107
description: "The post (dev) version to set"
118
required: true
@@ -26,7 +23,6 @@ env:
2623
# to 'false' when the input is set to 'false'.
2724
DRY_RUN: ${{ ! contains(inputs.dry_run, 'false') }}
2825
FOLLOWING_VERSION: ${{ inputs.following_version || '' }}
29-
VERSION: ${{ inputs.version || '10.10.10.10' }}
3026

3127
defaults:
3228
run:

0 commit comments

Comments
 (0)