Skip to content

Commit

Permalink
[Test] Try to fix repo push
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Sep 14, 2023
1 parent 6dfbd81 commit 84e4d9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,10 @@ jobs:
# https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment
environment: release
permissions:
# The permission below is mandatory for PyPI/TestPyPI upload via "trusted publishing".
# `id-token: write` is mandatory for PyPI/TestPyPI upload via "trusted publishing".
id-token: write
# `contents: write` is required for the repository changes
contents: write

steps:

Expand Down

0 comments on commit 84e4d9d

Please sign in to comment.