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 f722924 commit f34dd26Copy full SHA for f34dd26
.github/workflows/python-release.yml
@@ -33,6 +33,9 @@ jobs:
33
name: Validate version input
34
runs-on: ubuntu-latest
35
steps:
36
+ - name: Echo version input
37
+ run: echo "Version input: '${{ github.event.inputs.version }}'"
38
+
39
- name: Validate version input
40
if: ${{ github.event.inputs.version != 'main' && !contains(github.event.inputs.version, 'rc') }}
41
run: |
0 commit comments