Skip to content

Commit

Permalink
use trusted publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
DennyDai committed Dec 2, 2023
1 parent c53e175 commit 817600c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
Publish:
name: Publish to PyPI
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- name: Checkout Repository
uses: actions/checkout@master
Expand Down Expand Up @@ -35,5 +37,3 @@ jobs:
.
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 817600c

Please sign in to comment.