Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedNasser8 committed Aug 31, 2024
1 parent 340281d commit 3123d1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ on:
- 'pypi'
- 'testpypi'

permissions:
id-token: write

jobs:
release:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -62,9 +65,6 @@ jobs:
run: |
poetry build
permissions:
id-token: write

- name: Publish to TestPyPI or PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 3123d1e

Please sign in to comment.