Skip to content

Commit 5a89ee6

Browse files
authored
Update .github/workflows/pypi_publish.yml
1 parent af78375 commit 5a89ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo "Setting detected version to '$DETECTED_VERSION'"
6161
echo "DETECTED_VERSION=${DETECTED_VERSION}" >> $GITHUB_ENV
6262
63-
- name: Validate and set VERSION (git-ref='${{ github.ref_name }}', detected='${{ env.DETECTED_VERSION }}', input='${{ github.event.inputs.version || 'none' }}')
63+
- name: Validate and set VERSION (detected='${{ env.DETECTED_VERSION }}', input='${{ github.event.inputs.version || 'none' }}')
6464
id: set_version
6565
run: |
6666
INPUT_VERSION=${{ github.event.inputs.version }}

0 commit comments

Comments
 (0)