We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761de4d commit 3e0f891Copy full SHA for 3e0f891
.github/workflows/pypi-package.yml
@@ -27,7 +27,9 @@ jobs:
27
name: Publish to PyPI
28
environment: release-pypi
29
# Only run for published releases.
30
- if: github.repository_owner == 'python' && github.event.action == 'published'
+ if: |
31
+ github.repository_owner == 'python'
32
+ && github.event.action == 'published'
33
runs-on: ubuntu-latest
34
needs: build-package
35
0 commit comments