Skip to content

Commit

Permalink
Update deploy-pypi.yml
Browse files Browse the repository at this point in the history
Don't use reusable workflow for now until PyPI supports them for trusted publisher.
  • Loading branch information
bjoernricks authored Jan 25, 2024
1 parent a589d71 commit 266520f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
deploy:
permissions:
id-token: write
uses: greenbone/workflows/.github/workflows/deploy-pypi.yml@main
with:
pypi-url: https://pypi.org/project/autohooks-plugin-ruff/
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/project/autohooks-plugin-ruff/
steps:
- name: Build and publish to PyPI
uses: greenbone/actions/pypi-upload@v3

0 comments on commit 266520f

Please sign in to comment.