We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13672be commit df98d5fCopy full SHA for df98d5f
.github/workflows/ci.yml
@@ -117,19 +117,6 @@ jobs:
117
target: ${{ matrix.target }}
118
manylinux: musllinux_1_2
119
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: uraimo/run-on-arch-action@v3.0.1
123
- with:
124
- arch: amd64
125
- distro: alpine_latest
126
- githubToken: ${{ github.token }}
127
- install: |
128
- apk add py3-pip
129
- pip3 install -U pip pytest
130
- run: |
131
- pip3 install uuid_utils --no-index --find-links dist/ --force-reinstall --break-system-packages
132
- python3 -c "import uuid_utils"
133
- name: Upload wheels
134
uses: actions/upload-artifact@v6
135
with:
0 commit comments