We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 412127b commit c8c6542Copy full SHA for c8c6542
1 file changed
.github/workflows/wheels.yml
@@ -71,10 +71,6 @@ jobs:
71
# Nb. keep cibuildwheel version pin consistent with job below
72
run: pipx install cibuildwheel==2.16.5
73
- id: set-matrix
74
- # Once we have the windows build figured out, it can be added here
75
- # by updating the matrix to include windows builds as well.
76
- # See example here:
77
- # https://github.com/lxml/lxml/blob/3ccc7d583e325ceb0ebdf8fc295bbb7fc8cd404d/.github/workflows/wheels.yml#L95C1-L106C51
78
run: |
79
MATRIX=$(
80
{
0 commit comments