Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -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

Expand Down
Loading