Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/github-publish-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
- name: Build package
run: python -m build

- name: Publish package to PyPI via OIDC
- name: Publish to PyPI
uses: pypa/[email protected]
# Do not specify the `pypi-token` input so that the action uses OIDC authentication.
# If you need to debug, you can set a token via secrets, but for OIDC leave it out.
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}