We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc2f5f4 commit d97c527Copy full SHA for d97c527
.github/workflows/pythonpublish.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Build dist
26
run: |
27
- python3 -m pip install --upgrade setuptools wheel twine
+ python3 -m pip install --upgrade setuptools wheel twine auditwheel
28
python3 setup.py sdist bdist_wheel
29
auditwheel repair dist/*.whl
30
0 commit comments