We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6fc65d commit ff1c48dCopy full SHA for ff1c48d
1 file changed
.github/workflows/release.yml
@@ -104,7 +104,7 @@ jobs:
104
with:
105
python-version: "3.14"
106
- name: Install dependencies
107
- run: uv sync --python 3.14 --locked
+ run: uv sync --python 3.14 --frozen
108
- name: Build package
109
run: uv build
110
- name: Install Twine
@@ -133,7 +133,7 @@ jobs:
133
134
- uses: actions/configure-pages@v5
135
136
137
- name: Build docs
138
run: uv run --python 3.14 mkdocs build --strict
139
- name: Upload Pages artifact
0 commit comments