Skip to content

Commit

Permalink
CI: Release with PyPI's Trusted Publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
ghisvail committed Jul 7, 2023
1 parent a0419bf commit e5c255d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

permissions:
contents: read
id-token: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -23,5 +24,3 @@ jobs:
run: pipx run build
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit e5c255d

Please sign in to comment.