Thanks to visit codestin.com Credit goes to github.com
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 719222f commit f15aa6dCopy full SHA for f15aa6d
1 file changed
.github/workflows/pypi-package.yml
@@ -26,6 +26,7 @@ jobs:
26
release-pypi:
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'
31
runs-on: ubuntu-latest
32
needs: build-package
0 commit comments