Skip to content

Commit fb67383

Browse files
Apply suggestions from code review
Co-authored-by: Eden Zimbelman <[email protected]>
1 parent f60e8da commit fb67383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
needs:
4444
- release-build
45-
if: github.event_name == 'workflow_dispatch' && !github.event.inputs.dry_run
45+
if: ${{ github.event_name == 'workflow_dispatch' && !github.event.inputs.dry_run }}
4646
environment:
4747
name: testpypi
4848
permissions:

0 commit comments

Comments
 (0)