Skip to content

Commit

Permalink
⚡ Use uv
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Dec 23, 2024
1 parent 7ab03c0 commit 8684863
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,13 @@ jobs:
# ERROR Virtual environment creation failed, executable
# /tmp/build-env-c4hi79lc/local/bin/python missing
run: |
pip install build
pip install uv
- name: Build
run: |
PKG_CONFIG_PATH="$HOME/.nix-profile/lib/pkgconfig" pyproject-build -w
PKG_CONFIG_PATH="$HOME/.nix-profile/lib/pkgconfig" uv build --wheel
- if: runner.os == 'Linux'
run: |
pyproject-build -s
uv build --sdist
- uses: actions/upload-artifact@v4
with:
name: artifact-${{matrix.runs-on}}
Expand Down

0 comments on commit 8684863

Please sign in to comment.