Skip to content

Commit a69558f

Browse files
authored
Update publish.yml
1 parent dfa6d3f commit a69558f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ jobs:
155155
bump-package-version:
156156
name: Bump package version
157157
runs-on: ubuntu-latest
158+
permissions:
159+
contents: write
160+
pull-requests: write
158161
if: ${{ startsWith(github.ref, 'refs/tags/') && github.event_name == 'release' }} # only publish to PyPI on tag pushes
159162

160163
steps:

0 commit comments

Comments
 (0)