Skip to content

Commit

Permalink
Update python-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mantasu authored Mar 6, 2024
1 parent adaf742 commit 2e4e02d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
release:
types: [published]

workflow_dispatch:

permissions:
contents: read
id-token: write
Expand Down Expand Up @@ -31,4 +33,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 2e4e02d

Please sign in to comment.