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 347594b commit 148ba8c
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,8 +1,8 @@
name: Upload Python Package to PyPI when a Release is Created
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

oidc: false
password: ${{ secrets.PYPI_API_TOKEN }} # gets ignored if oidc is true

on:
release:
types: [created]
Expand Down

0 comments on commit 148ba8c

Please sign in to comment.