We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf253c commit 9b2f571Copy full SHA for 9b2f571
.github/workflows/default.yml
@@ -71,9 +71,11 @@ jobs:
71
run: |
72
sudo apt install -y xz-utils
73
uv sync
74
- - name: Build wheel
+ - name: Build volume contents
75
76
uv run python scripts/build.py --arch ${{ matrix.platform.arch }}
77
+ - name: Build wheel
78
+ run: |
79
sed -i 's/ARCH/${{ matrix.platform.arch }}/g' MANIFEST.in
80
uv build --wheel
81
- name: Apply platform tags to wheel
0 commit comments