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 25, 2024
1 parent 18f3b07 commit 948ea3e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Build and publish to PyPI
uses: greenbone/actions/pypi-upload@v3
with:
pypi-token: ${{ secrets.PYPI_TOKEN }}
permissions:
id-token: write
uses: greenbone/workflows/.github/workflows/deploy-pypi.yml@main
with:
pypi-url: https://pypi.org/project/notus-scanner/

0 comments on commit 948ea3e

Please sign in to comment.