We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a404ec commit 831ce38Copy full SHA for 831ce38
.github/workflows/pypi_publish.yml
@@ -20,7 +20,9 @@ jobs:
20
python-version: ${{ env.PYTHON_VERSION }}
21
- name: Install Dependencies
22
run: uv sync --frozen --all-extras
23
- - name: Build and publish package
+ - name: Build package
24
+ run: uv build
25
+ - name: Publish package
26
run: uv publish
27
- name: Deploy Docs
28
run: uv run mkdocs gh-deploy --force
0 commit comments