Skip to content

Commit

Permalink
Change: Use trusted publisher upload for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Jan 29, 2024
1 parent c920883 commit 69d39c8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,12 @@ on:

jobs:
deploy:
uses: greenbone/workflows/.github/workflows/deploy-pypi.yml@main
secrets: inherit
permissions:
id-token: write
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/project/pheme/
steps:
- name: Build and publish to PyPI
uses: greenbone/actions/pypi-upload@v3

0 comments on commit 69d39c8

Please sign in to comment.