Skip to content

Commit

Permalink
id-token: write and /release missing
Browse files Browse the repository at this point in the history
  • Loading branch information
bertiqwerty committed Apr 11, 2024
1 parent d9a4c48 commit 42c4166
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
build-n-publish:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@master
- name: Set up Python 3.10
Expand All @@ -30,4 +32,4 @@ jobs:
--outdir dist/
.
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 42c4166

Please sign in to comment.