Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tronikos committed Dec 15, 2023
1 parent 118def6 commit 1f585cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:

runs-on: ubuntu-latest

permissions:
id-token: write

steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand All @@ -35,7 +38,4 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
uses: pypa/gh-action-pypi-publish@v1.8.11

0 comments on commit 1f585cf

Please sign in to comment.