Skip to content

Commit 3e0f891

Browse files
committed
Newlines for clarity
1 parent 761de4d commit 3e0f891

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pypi-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
name: Publish to PyPI
2828
environment: release-pypi
2929
# Only run for published releases.
30-
if: github.repository_owner == 'python' && github.event.action == 'published'
30+
if: |
31+
github.repository_owner == 'python'
32+
&& github.event.action == 'published'
3133
runs-on: ubuntu-latest
3234
needs: build-package
3335

0 commit comments

Comments
 (0)