Skip to content

Commit

Permalink
workflow syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
max-hoffman committed Jan 5, 2024
1 parent bd7cd83 commit 6401807
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
strategy:
matrix:
python-version: ["3.10"]
+ # Specifying a GitHub environment is optional, but strongly encouraged
+ environment: release
+ permissions:
+ # IMPORTANT: this permission is mandatory for trusted publishing
+ id-token: write
# Specifying a GitHub environment is optional, but strongly encouraged
environment: release
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6401807

Please sign in to comment.