File tree Expand file tree Collapse file tree 8 files changed +18
-18
lines changed
Expand file tree Collapse file tree 8 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 77 branches : main
88
99permissions :
10- contents : write
11-
10+ contents : read
11+
1212jobs :
1313 documentationjob :
14+ permissions :
15+ contents : write
1416
1517 name : Build and Test Documentation
1618 runs-on : ubuntu-22.04
5557 overwrite : true
5658
5759 - name : Documentation Deployment (Test)
58- env :
59- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6060 run : |
6161 if [ ${{ github.event_name }} != 'pull_request' ]; then bash .github/workflows/deploy_documentation.sh true; else bash .github/workflows/deploy_documentation.sh false; fi
Original file line number Diff line number Diff line change 3333 PYTHONNOUSERSITE : 1
3434 environment :
3535 name : pypi
36+ url : https://pypi.org/p/ad-map-access
3637 permissions :
3738 id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
3839 steps :
Original file line number Diff line number Diff line change 3333 PYTHONNOUSERSITE : 1
3434 environment :
3535 name : pypi
36+ url : https://pypi.org/p/ad-physics
3637 permissions :
3738 id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
3839 steps :
Original file line number Diff line number Diff line change 44 <name >ad_map_access</name >
55 <version >3.0.0</version >
66 <description >ad_map_access</description >
7- <maintainer email =" carla.simulator@gmail .com" >CARLA Simulator Team </maintainer >
7+ <maintainer email =" bernd.gassmann@intel .com" >Intel Corporation </maintainer >
88 <license >MIT</license >
99
1010 <depend >ad_physics</depend >
Original file line number Diff line number Diff line change @@ -37,13 +37,12 @@ setup(
3737 package_dir = {"" : sys .argv .pop (- 1 )},
3838 package_data = {"ad_map_access" : ["*.so" ]},
3939 version = "@CARLA-MAP_VERSION@" ,
40- author = 'CARLA Simulator Team ' ,
41- author_email = 'carla.simulator@gmail .com' ,
40+ author = 'Intel Corporation ' ,
41+ author_email = 'bernd.gassmann@intel .com' ,
4242 license = "MIT" ,
43+ platforms = "manylinux_2_35_x86_64" ,
4344 classifiers = [
44- programming_language_classifier ,
45- "License :: OSI Approved :: MIT License" ,
46- "Operating System :: OS Independent" ,
45+ programming_language_classifier
4746 ],
4847 url = "https://ad-map-access.readthedocs.io/en/latest/" ,
4948 description = "python binding of the C++ Library for Accessing Automated Driving Maps" ,
Original file line number Diff line number Diff line change 44 <name >ad_physics</name >
55 <version >3.0.0</version >
66 <description >ad_physics</description >
7- <maintainer email =" carla.simulator@gmail .com" >CARLA Simulator Team </maintainer >
7+ <maintainer email =" bernd.gassmann@intel .com" >Intel Corporation </maintainer >
88 <license >MIT</license >
99
1010 <export >
Original file line number Diff line number Diff line change @@ -37,13 +37,12 @@ setup(
3737 package_dir = {"" : sys .argv .pop (- 1 )},
3838 package_data = {"ad_physics" : ["*.so" ]},
3939 version = "@CARLA-MAP_VERSION@" ,
40- author = 'CARLA Simulator Team ' ,
41- author_email = 'carla.simulator@gmail .com' ,
40+ author = 'Intel Corporation ' ,
41+ author_email = 'bernd.gassmann@intel .com' ,
4242 license = "MIT" ,
43+ platforms = "manylinux_2_35_x86_64" ,
4344 classifiers = [
44- programming_language_classifier ,
45- "License :: OSI Approved :: MIT License" ,
46- "Operating System :: OS Independent" ,
45+ programming_language_classifier
4746 ],
4847 url = "https://ad-map-access.readthedocs.io/en/latest/" ,
4948 description = "python binding of the C++ library for Automated Driving physics data types" ,
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ qgisMinimumVersion=3.10
1212qgisMaximumVersion=3.99
1313description=CARLA ad_map_access
1414version= version @CARLA-MAP_VERSION@
15- author=CARLA Simulator Team
16- email=carla.simulator@gmail .com
15+ author=Intel Corporation
16+ email=bernd.gassmann@intel .com
1717
1818about=CARLA ad_map_access
1919
You can’t perform that action at this time.
0 commit comments