Skip to content

Commit 688942e

Browse files
Add missing parentheses in workflow
1 parent 24c5330 commit 688942e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
upload_to_pypi:
4040
name: Upload to PyPI
4141
runs-on: ubuntu-latest
42-
if: (github.event_name == 'release' && github.event.action == 'published' || (github.event_name == 'workflow_dispatch')
42+
if: (github.event_name == 'release' && github.event.action == 'published') || (github.event_name == 'workflow_dispatch')
4343
needs: [build]
4444
environment:
4545
name: pypi

0 commit comments

Comments
 (0)