Skip to content

Commit

Permalink
update pip release with token
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Santomaggio <[email protected]>
  • Loading branch information
Gsantomaggio committed Dec 4, 2024
1 parent 8fa90f7 commit 6205039
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

jobs:
call-publish-pypi:
permissions:
id-token: write
uses: ./.github/workflows/publish-pypi.yaml
with:
pypi_repository_url: https://test.pypi.org/legacy/
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

jobs:
call-publish-pypi:
permissions:
id-token: write
uses: ./.github/workflows/publish-pypi.yaml
with:
pypi_repository_url: https://upload.pypi.org/legacy/
Expand Down

0 comments on commit 6205039

Please sign in to comment.