Skip to content

Commit 8eaae7b

Browse files
authored
ci: remove frozen (#11)
1 parent b10d32b commit 8eaae7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
python-version: 3.10
2323

2424
- name: Publish to PyPI
25-
run: uv publish --frozen
25+
run: uv publish
2626
env:
2727
UV_PUBLISH_TOKEN: ${{ secrets.UV_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)