Skip to content

Commit 8a1ee6b

Browse files
committed
Fix workflow
1 parent 9fc126f commit 8a1ee6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on_external_dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
publish_to_pypi:
119119
name: Upload Artifacts to PyPI
120120
needs: [ commit_submodule, upload_s3 ]
121-
if: ${{ force-version == '' }}
121+
if: ${{ inputs.force-version == '' }}
122122
uses: ./.github/workflows/upload_to_pypi.yml
123123
with:
124124
sha: ${{ needs.commit_submodule.outputs.sha-after-commit }}

0 commit comments

Comments
 (0)