File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888
8989 - if : ${{ inputs.is-cross-platform != 'true' }}
9090 name : Build native or platform independent packages
91- uses : GlobalScope-HUN /python-package-action/native@v1
91+ uses : EffectiveRange /python-package-github -action/native@v1
9292 with :
9393 python-version : ${{ inputs.python-version }}
9494 add-source-dist : ${{ inputs.add-source-dist }}
9898
9999 - if : ${{ inputs.is-cross-platform == 'true' }}
100100 name : Build cross platform packages via devcontainer
101- uses : GlobalScope-HUN /python-package-action/cross@v1
101+ uses : EffectiveRange /python-package-github -action/cross@v1
102102 with :
103103 docker-registry : ${{ inputs.docker-registry }}
104104 docker-username : ${{ inputs.docker-username }}
Original file line number Diff line number Diff line change 11Source: test-module
22Section: python
33Priority: extra
4- Maintainer: Global Scope Ltd. <info@globalscope.info >
4+ Maintainer: Effective Range <info@effective-range.com >
55Build-Depends: debhelper (>= 9), python3, dh-virtualenv (>= 0.8)
66Standards-Version: 3.9.5
77
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def get_platform_name() -> str:
1616 },
1717 },
1818 description = 'Test module for packaging' ,
19- author = 'Global Scope Ltd. ' ,
20- author_email = 'info@globalscope.info ' ,
19+ author = 'Effective Range ' ,
20+ author_email = 'info@effective-range.com ' ,
2121 packages = ['main' ]
2222)
You can’t perform that action at this time.
0 commit comments