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 7407f42 commit db9f862Copy full SHA for db9f862
.github/workflows/build_rocky.yml
@@ -105,7 +105,7 @@ jobs:
105
106
$base/python-3.9.11/bin/python3 -m pip install build auditwheel
107
$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
+ $base/python-3.9.11/bin/python3 -m auditwheel repair --plat manylinux_2_31_x86_64 dist/*.whl -w audited
109
110
- name: Publish a Python distribution to PyPI
111
uses: ortega2247/pypi-upload-action@master
0 commit comments