Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
KindXiaoming committed Apr 29, 2024
1 parent 148ba8c commit 720bd78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Upload Python Package to PyPI when a Release is Created
with:
oidc: false
password: ${{ secrets.PYPI_API_TOKEN }} # gets ignored if oidc is true
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

on:
release:
Expand Down

0 comments on commit 720bd78

Please sign in to comment.