Skip to content

Commit 168bd90

Browse files
authored
Merge pull request #1122 from sanders41/publish
Add build step to publish
2 parents 5a404ec + 831ce38 commit 168bd90

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
python-version: ${{ env.PYTHON_VERSION }}
2121
- name: Install Dependencies
2222
run: uv sync --frozen --all-extras
23-
- name: Build and publish package
23+
- name: Build package
24+
run: uv build
25+
- name: Publish package
2426
run: uv publish
2527
- name: Deploy Docs
2628
run: uv run mkdocs gh-deploy --force

0 commit comments

Comments
 (0)