Skip to content

Commit 1921407

Browse files
author
berndgassmann
authored
Publish wheels again with token
1 parent be0fc29 commit 1921407

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,6 @@ jobs:
7474
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
7575
if: ${{ github.event_name == 'release'}}
7676
with:
77+
user: __token__
78+
password: ${{ secrets.PYPI_API_TOKEN }}
7779
packages-dir: wheelhouse/ad-map-access

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,6 @@ jobs:
7474
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
7575
if: ${{ github.event_name == 'release'}}
7676
with:
77+
user: __token__
78+
password: ${{ secrets.PYPI_API_TOKEN }}
7779
packages-dir: wheelhouse/ad_physics

0 commit comments

Comments
 (0)