Skip to content

Commit

Permalink
Fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar committed Mar 3, 2025
1 parent 2ae9e72 commit 9928d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-on-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python-version: "3.12"

- name: Install dependencies
run: uv sync --extras all
run: uv sync --extra all

- name: Build docs with tutorials
run: cd docs && uv run make all
Expand Down

0 comments on commit 9928d5f

Please sign in to comment.