Skip to content

Commit 5b74e1d

Browse files
committed
remove frozen from
1 parent 0323831 commit 5b74e1d

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)