Skip to content

Commit

Permalink
Fix PyPI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasr8 committed Jan 26, 2025
1 parent 74ccd9b commit 2120ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install uv
uv pip install --system -r requirements-dev.txt
uv pip install --system -r pyproject.toml --extra dev
- name: Build package
run: python -m build
Expand Down

0 comments on commit 2120ac4

Please sign in to comment.