Skip to content

Commit dd2e0b8

Browse files
ihrprsaqadri
authored andcommitted
Remove frozen from build (modelcontextprotocol#1040)
1 parent 597031c commit dd2e0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: uv python install 3.12
2323

2424
- name: Build
25-
run: uv build --frozen
25+
run: uv build
2626

2727
- name: Upload artifacts
2828
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)