1 parent 7ab03c0 commit 8684863Copy full SHA for 8684863
1 file changed
.github/workflows/main.yml
@@ -142,13 +142,13 @@ jobs:
142
# ERROR Virtual environment creation failed, executable
143
# /tmp/build-env-c4hi79lc/local/bin/python missing
144
run: |
145
- pip install build
+ pip install uv
146
- name: Build
147
148
- PKG_CONFIG_PATH="$HOME/.nix-profile/lib/pkgconfig" pyproject-build -w
+ PKG_CONFIG_PATH="$HOME/.nix-profile/lib/pkgconfig" uv build --wheel
149
- if: runner.os == 'Linux'
150
151
- pyproject-build -s
+ uv build --sdist
152
- uses: actions/upload-artifact@v4
153
with:
154
name: artifact-${{matrix.runs-on}}
0 commit comments