Skip to content

Commit 858bdd7

Browse files
author
berndgassmann
authored
Update Meta Data for Deployment
1 parent 42eb284 commit 858bdd7

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

.github/workflows/check_documentation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ on:
77
branches: main
88

99
permissions:
10-
contents: write
11-
10+
contents: read
11+
1212
jobs:
1313
documentationjob:
14+
permissions:
15+
contents: write
1416

1517
name: Build and Test Documentation
1618
runs-on: ubuntu-22.04
@@ -55,7 +57,5 @@ jobs:
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

.github/workflows/wheel.ad-map-access.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
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:

.github/workflows/wheel.ad-physics.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
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:

ad_map_access/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

ad_map_access/python/setup.py.in

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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",

ad_physics/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

ad_physics/python/setup.py.in

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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",

tools/ad_map_access_qgis/metadata.txt.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ qgisMinimumVersion=3.10
1212
qgisMaximumVersion=3.99
1313
description=CARLA ad_map_access
1414
version= 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

1818
about=CARLA ad_map_access
1919

0 commit comments

Comments
 (0)