Skip to content

Commit

Permalink
Update pypi-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanjainn authored Sep 2, 2023
1 parent 0db1149 commit 32f75f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: true

permissions:
contents: read
contents: write

jobs:
publish:
Expand Down Expand Up @@ -70,4 +70,4 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
tag_name: "${{ github.event.inputs.version }}"
tag_name: "${{ github.event.inputs.version }}"

0 comments on commit 32f75f1

Please sign in to comment.