Skip to content

Commit

Permalink
ci: remove installing extras
Browse files Browse the repository at this point in the history
  • Loading branch information
Kigstn committed Jul 13, 2024
1 parent 1a9e9f9 commit 242ad31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python -m pip install uv
python -m pip install build
python -m pip install twine
python -m uv pip install -r .\pyproject.toml --all-extras
python -m uv pip install -r .\pyproject.toml
- name: Publish a project to PyPi
run: |
Expand Down

0 comments on commit 242ad31

Please sign in to comment.