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 9fc126f commit 8a1ee6bCopy full SHA for 8a1ee6b
.github/workflows/on_external_dispatch.yml
@@ -118,7 +118,7 @@ jobs:
118
publish_to_pypi:
119
name: Upload Artifacts to PyPI
120
needs: [ commit_submodule, upload_s3 ]
121
- if: ${{ force-version == '' }}
+ if: ${{ inputs.force-version == '' }}
122
uses: ./.github/workflows/upload_to_pypi.yml
123
with:
124
sha: ${{ needs.commit_submodule.outputs.sha-after-commit }}
0 commit comments