Skip to content

Commit

Permalink
fix(ci): with trust published
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Jan 17, 2024
1 parent b1bf781 commit 4b1db7a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
permissions:
contents: write
pull-requests: write
id-token: write
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -45,9 +46,6 @@ jobs:
build:
runs-on: ubuntu-latest
environment: release
env:
PDM_PUBLISH_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
PDM_PUBLISH_USERNAME: ${{ secrets.PYPI_USERNAME }}
permissions:
id-token: write
steps:
Expand Down

0 comments on commit 4b1db7a

Please sign in to comment.