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