Skip to content

Commit

Permalink
Merge pull request #255 from digitronik/my_bad
Browse files Browse the repository at this point in the history
Fix permissions for release
  • Loading branch information
digitronik committed Apr 12, 2024
2 parents d1e2b4f + 30a89cb commit 5f54ea6
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 5f54ea6

Please sign in to comment.