We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f431eca commit 9239accCopy full SHA for 9239acc
.github/workflows/wheels.yml
@@ -125,7 +125,8 @@ jobs:
125
env:
126
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
127
128
- - uses: actions/upload-artifact@v5.0.0
+ - name: Upload wheels
129
+ uses: actions/upload-artifact@v5.0.0
130
with:
131
path: ./wheelhouse/*.whl
132
name: xmlsec-wheel-${{ matrix.only }}
pyproject.toml
@@ -173,6 +173,6 @@ archs = ["x86_64", "arm64"]
173
[tool.cibuildwheel.windows]
174
archs = ["AMD64"]
175
176
-[[tool.cibuildwheel.overrides]]
177
-select = "*-manylinux*"
178
-before-all = "yum install -y perl-core"
+# [[tool.cibuildwheel.overrides]]
+# select = "*-manylinux*"
+# before-all = "yum install -y perl-core"
0 commit comments