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 99cfe2f commit 3a9043dCopy full SHA for 3a9043d
.github/workflows/release.yml
@@ -78,7 +78,7 @@ jobs:
78
if [[ test == "${{ inputs.pypi-index }}" ]]; then
79
ci_env=pypi-test
80
elif [[ prod == "${{ inputs.pypi-index }}" ]]; then
81
- ci_env=pypi-prod${{ inputs.stable-version != '' && '' || '-nightly' }}
+ ci_env=pypi-prod${{ inputs.stable-version == '' && '-nightly' || '' }}
82
else
83
echo "::error::Invalid value for inputs.pypi-index: ${{ inputs.pypi-index }}"
84
exit 1
0 commit comments