Skip to content

Commit

Permalink
Fix permissions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
digitronik committed Apr 12, 2024
1 parent d1e2b4f commit 30a89cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
name: Build and publish Python 🐍 distributions to PyPI
if: startsWith(github.event.ref, 'refs/tags')
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/widgetastic.core
permissions:
id-token: write # This permission is mandatory for trusted publishing
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 30a89cb

Please sign in to comment.