File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616
1717jobs :
1818 update_release_draft :
19- if : github.repository_owner == 'python-humanize'
19+ if : github.event.repository.fork == false
2020 permissions :
2121 # write permission is required to create a GitHub Release
2222 contents : write
Original file line number Diff line number Diff line change 4242 release-test-pypi :
4343 name : Publish in-dev package to test.pypi.org
4444 if : |
45- github.repository_owner == 'python-humanize'
45+ github.event.repository.fork == false
4646 && github.event_name == 'push'
4747 && github.ref == 'refs/heads/main'
4848 runs-on : ubuntu-latest
6767 release-pypi :
6868 name : Publish released package to pypi.org
6969 if : |
70- github.repository_owner == 'python-humanize'
70+ github.event.repository.fork == false
7171 && github.event.action == 'published'
7272 runs-on : ubuntu-latest
7373 needs : build-package
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ commands =
3232[testenv:lint]
3333skip_install = true
3434deps =
35- pre-commit
35+ pre-commit-uv
3636pass_env =
3737 PRE_COMMIT_COLOR
3838commands =
You can’t perform that action at this time.
0 commit comments