Skip to content

Commit 9239acc

Browse files
committed
Disable override for manylinux cibuildwheel
1 parent f431eca commit 9239acc

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ jobs:
125125
env:
126126
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
127127

128-
- uses: actions/[email protected]
128+
- name: Upload wheels
129+
uses: actions/[email protected]
129130
with:
130131
path: ./wheelhouse/*.whl
131132
name: xmlsec-wheel-${{ matrix.only }}

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,6 @@ archs = ["x86_64", "arm64"]
173173
[tool.cibuildwheel.windows]
174174
archs = ["AMD64"]
175175

176-
[[tool.cibuildwheel.overrides]]
177-
select = "*-manylinux*"
178-
before-all = "yum install -y perl-core"
176+
# [[tool.cibuildwheel.overrides]]
177+
# select = "*-manylinux*"
178+
# before-all = "yum install -y perl-core"

0 commit comments

Comments
 (0)