Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3e0f891

Browse files
committed
Newlines for clarity
1 parent761de4d commit3e0f891

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)

[8]ページ先頭

©2009-2025 Movatter.jp