We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83389d commit aa35330Copy full SHA for aa35330
.github/workflows/release-python.yml
@@ -3,9 +3,6 @@ name: Release
3
on:
4
workflow_dispatch:
5
inputs:
6
- version:
7
- description: "The new version to set"
8
- required: true
9
following_version:
10
description: "The post (dev) version to set"
11
required: true
@@ -26,7 +23,6 @@ env:
26
23
# to 'false' when the input is set to 'false'.
27
24
DRY_RUN: ${{ ! contains(inputs.dry_run, 'false') }}
28
25
FOLLOWING_VERSION: ${{ inputs.following_version || '' }}
29
- VERSION: ${{ inputs.version || '10.10.10.10' }}
30
31
defaults:
32
run:
0 commit comments