Skip to content

Commit

Permalink
fix: release (#47)
Browse files Browse the repository at this point in the history
Fix release
  • Loading branch information
nbonnotte authored Dec 30, 2024
1 parent 5a5d4de commit e9e109b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

permissions:
contents: read
id-token: write

jobs:

Expand All @@ -16,8 +17,6 @@ jobs:
environment:
name: testpypi
url: https://test.pypi.org/p/dac7
permissions:
id-token: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

permissions:
contents: read
id-token: write

jobs:

Expand All @@ -17,8 +18,6 @@ jobs:
environment:
name: pypi
url: https://pypi.org/p/dac7
permissions:
id-token: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
permissions:
contents: write
pull-requests: write
id-token: write

jobs:

Expand All @@ -17,8 +18,6 @@ jobs:
environment:
name: pypi
url: https://pypi.org/p/dac7
permissions:
id-token: write
steps:
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4
id: release
Expand Down

0 comments on commit e9e109b

Please sign in to comment.