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
8 changes: 4 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
name: release-dists
path: dist/

# Authentication is via PyPI Trusted Publishing (OIDC) — no token needed.
# Configure the trusted publisher once on PyPI (see below) with:
# owner: krichelj repo: PyDiffGame
# workflow: python-publish.yml environment: pypi
- name: Publish release distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: dist/
# Authenticate with a PyPI API token stored as the repository secret
# PYPI_API_TOKEN. (Leave this secret unset to fall back to OIDC
# Trusted Publishing instead.)
password: ${{ secrets.PYPI_API_TOKEN }}
Loading