We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b71c72 commit a111146Copy full SHA for a111146
.github/workflows/release-candidate.yml
@@ -128,6 +128,9 @@ jobs:
128
- arch: linux_x86_64
129
ext: so
130
whl: manylinux2014_x86_64
131
+ - arch: musllinux_x86_64
132
+ ext: so
133
+ whl: musllinux_1_2_x86_64
134
- arch: linux_armv6l
135
136
whl: linux_armv6l
.github/workflows/release.yml
@@ -93,6 +93,9 @@ jobs:
93
94
95
96
97
98
99
100
101
0 commit comments