File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -117,17 +117,6 @@ jobs:
117117 target : ${{ matrix.target }}
118118 manylinux : musllinux_1_2
119119 args : --release --out dist -i 3.9 3.10 3.11 3.12 3.13 3.14
120- - name : Install built wheel
121- if : matrix.target == 'x86_64-unknown-linux-musl'
122- uses : addnab/docker-run-action@v3
123- with :
124- image : alpine:latest
125- options : -v ${{ github.workspace }}:/io -w /io
126- run : |
127- apk add py3-pip
128- pip3 install -U pip pytest
129- pip3 install uuid_utils --no-index --find-links /io/dist/ --force-reinstall --break-system-packages
130- python3 -c "import uuid_utils"
131120 - name : Upload wheels
132121 uses : actions/upload-artifact@v6
133122 with :
@@ -280,7 +269,7 @@ jobs:
280269 - name : Generate artifact attestation
281270 uses : actions/attest-build-provenance@v3
282271 with :
283- subject-path : ' wheels-*/*'
272+ subject-path : " wheels-*/*"
284273 - name : Install uv
285274 uses : astral-sh/setup-uv@v7
286275 - name : Publish to PyPI
You can’t perform that action at this time.
0 commit comments