Skip to content

Commit e6da984

Browse files
authored
Merge branch 'main' into fix-uuid1-uuid6-byte-order
2 parents 8e82077 + 21d1445 commit e6da984

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)