Skip to content

Commit

Permalink
debugging publishing (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
s7clarke10 authored Aug 18, 2024
1 parent fabcd63 commit 932960a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ on:
release:
types: [published]

permissions:
contents: read
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing

jobs:
deploy:
environment:
name: Production
url: https://pypi.org/p/realit-singer-python
permissions:
contents: read
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 932960a

Please sign in to comment.