Skip to content

Commit d6ca3d7

Browse files
authored
Merge pull request #971 from PowerGridModel/fix-pypi-publishing
Add missing permissions to publish into PyPI
2 parents 75aa0f0 + baace5b commit d6ca3d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
publish:
6666
name: Publish to PyPI
6767
runs-on: ubuntu-latest
68+
permissions:
69+
contents: write
70+
id-token: write # Required for Trusted Publishing
6871
needs: build-test-release
6972
if: (github.event_name == 'workflow_dispatch') || github.event_name == 'push'
7073

0 commit comments

Comments
 (0)