Skip to content

Commit b50cca4

Browse files
committed
typo
1 parent d1a6cab commit b50cca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-pypi-binwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ on:
3535

3636
jobs:
3737
deploy:
38-
if: {{ github.ref_type == 'tag' || github.event_name == 'release' || inputs.testpypi || (inputs.platforms != '' && inputs.pyversions != '') }}
38+
if: ${{ github.ref_type == 'tag' || github.event_name == 'release' || inputs.testpypi || (inputs.platforms != '' && inputs.pyversions != '') }}
3939
strategy:
4040
matrix:
4141
platform: ${{ fromJson(inputs.platforms) }}

0 commit comments

Comments
 (0)