Skip to content

Commit

Permalink
workflow: use API token instead of trusted authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
SaicharanKandukuri committed Sep 9, 2023
1 parent 2d9e0a4 commit e5706b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Publish to pypa
on:
workflow_dispatch:
release:
types: [created]

Expand Down Expand Up @@ -32,3 +33,5 @@ jobs:
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PIPY_PUWIFI_TKN }}

0 comments on commit e5706b7

Please sign in to comment.