Skip to content

Commit f15aa6d

Browse files
committed
Comment when the release-pypi step is run
1 parent 719222f commit f15aa6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pypi-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
release-pypi:
2727
name: Publish to PyPI
2828
environment: release-pypi
29+
# Only run for published releases.
2930
if: github.repository_owner == 'python' && github.event.action == 'published'
3031
runs-on: ubuntu-latest
3132
needs: build-package

0 commit comments

Comments
 (0)