Skip to content

Commit 8684863

Browse files
committed
⚡ Use uv
1 parent 7ab03c0 commit 8684863

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,13 @@ jobs:
142142
# ERROR Virtual environment creation failed, executable
143143
# /tmp/build-env-c4hi79lc/local/bin/python missing
144144
run: |
145-
pip install build
145+
pip install uv
146146
- name: Build
147147
run: |
148-
PKG_CONFIG_PATH="$HOME/.nix-profile/lib/pkgconfig" pyproject-build -w
148+
PKG_CONFIG_PATH="$HOME/.nix-profile/lib/pkgconfig" uv build --wheel
149149
- if: runner.os == 'Linux'
150150
run: |
151-
pyproject-build -s
151+
uv build --sdist
152152
- uses: actions/upload-artifact@v4
153153
with:
154154
name: artifact-${{matrix.runs-on}}

0 commit comments

Comments
 (0)