Skip to content

Commit db9f862

Browse files
committed
plat
1 parent 7407f42 commit db9f862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_rocky.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
106106
$base/python-3.9.11/bin/python3 -m pip install build auditwheel
107107
$base/python-3.9.11/bin/python3 -m build -w
108-
$base/python-3.9.11/bin/python3 -m auditwheel repair dist/*.whl -w audited
108+
$base/python-3.9.11/bin/python3 -m auditwheel repair --plat manylinux_2_31_x86_64 dist/*.whl -w audited
109109
110110
- name: Publish a Python distribution to PyPI
111111
uses: ortega2247/pypi-upload-action@master

0 commit comments

Comments
 (0)