Fix PyPI publish workflow to run independently of GoReleaser
- Add 'if: always()' to publish-pypi job so it runs even if goreleaser fails - Remove 'go test' from .goreleaser.yml since CI already runs tests - This ensures MCP server gets published even if binary release has issues
This commit is contained in:
@@ -7,8 +7,6 @@ before:
|
||||
hooks:
|
||||
# Ensure dependencies are up to date
|
||||
- go mod tidy
|
||||
# Run tests before building
|
||||
- go test ./...
|
||||
|
||||
builds:
|
||||
- id: bd
|
||||
|
||||
Reference in New Issue
Block a user