File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 test-package :
3838 name : Test package
3939 if : |
40- github.repository_owner == 'python'
40+ github.event.repository.fork == false
4141 && (
4242 (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/'))
4343 || github.event.action == 'published'
4949 release-test-pypi :
5050 name : Publish in-dev package to test.pypi.org
5151 if : |
52- github.repository_owner == 'python'
52+ github.event.repository.fork == false
5353 && github.event_name == 'push'
5454 && startsWith(github.ref, 'refs/tags/')
5555 runs-on : ubuntu-latest
7474 name : Publish to PyPI
7575 # Only run for published releases.
7676 if : |
77- github.repository_owner == 'python'
77+ github.event.repository.fork == false
7878 && github.event.action == 'published'
7979 runs-on : ubuntu-latest
8080 needs : test-package
You can’t perform that action at this time.
0 commit comments