Skip to content

Commit dced223

Browse files
authored
Remove frozen from build (#1040)
1 parent 0323831 commit dced223

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)