We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10d32b commit 8eaae7bCopy full SHA for 8eaae7b
.github/workflows/publish.yml
@@ -22,6 +22,6 @@ jobs:
22
python-version: 3.10
23
24
- name: Publish to PyPI
25
- run: uv publish --frozen
+ run: uv publish
26
env:
27
UV_PUBLISH_TOKEN: ${{ secrets.UV_PUBLISH_TOKEN }}
0 commit comments