Skip to content

Commit

Permalink
ci: added 386 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h committed Jan 30, 2024
1 parent f5177a3 commit 6510d18
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions python/dist2wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,15 @@ def _matrix(self):
f"{self.py_tag}-{self.abi_tag}-musllinux_1_1_x86_64",
],
},
"386": {
"arch": "i686",
"platform": "manylinux2014_i686.manylinux_2_17_i686.musllinux_1_1_i686",
"tags": [
f"{self.py_tag}-{self.abi_tag}-manylinux2014_i686",
f"{self.py_tag}-{self.abi_tag}-manylinux_2_17_i686",
f"{self.py_tag}-{self.abi_tag}-musllinux_1_1_i686",
],
},
},
}

Expand Down

0 comments on commit 6510d18

Please sign in to comment.