From 53c83587b4083b7f1d42da287895e694d49269bf Mon Sep 17 00:00:00 2001 From: Pieter Viljoen Date: Mon, 11 May 2026 08:35:29 -0700 Subject: [PATCH] Fix README bullet formatting and correct PyPI publish action SHA Two follow-ups for PR #66: - README.md: add the missing colon after the bold label on the NuGet and PyPI Build-and-Distribution bullets, matching the format of the Source Code / Versioned Releases / Docker Images bullets above. (Copilot review thread on PR #66.) - .github/workflows/publish-release.yml: correct the pinned SHA for pypa/gh-action-pypi-publish@v1.14.0 from 6733eb7d... to cef22109... The previous SHA didn't match the upstream v1.14.0 tag, so GHCR had no image at that ref and the docker-action invocation failed with "manifest unknown" on every push to develop since PR #64. The new SHA matches upstream v1.14.0. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/publish-release.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index c3ba0e21..9914784a 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -54,7 +54,7 @@ jobs: path: ./dist - name: Publish to PyPI step - uses: pypa/gh-action-pypi-publish@6733eb7d741f0b11ec6a39b58540dab7590f9b7d # v1.14.0 + uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 with: packages-dir: ./dist # Skip rather than fail when the version already exists on PyPI. diff --git a/README.md b/README.md index 3c857af2..b732d7ae 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ C# .NET project template. - **Source Code**: [GitHub][github-link] - Source code, issues, discussions, and CI/CD pipelines. - **Versioned Releases**: [GitHub Releases][releases-link] - Version tagged source code and build artifacts. - **Docker Images**: [Docker Hub][docker-link] - Container images with all tools pre-installed. -- **NuGet Packages** [NuGet Packages][nuget-link] - .NET libraries published to NuGet.org. -- **PyPI Packages** [PyPI Packages][pypi-link] - Python library published to PyPI.org. +- **NuGet Packages**: [NuGet Packages][nuget-link] - .NET libraries published to NuGet.org. +- **PyPI Packages**: [PyPI Packages][pypi-link] - Python library published to PyPI.org. ### Build Status