Skip to content

Commit d97c527

Browse files
authored
Update pythonpublish.yml
1 parent dc2f5f4 commit d97c527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpublish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Build dist
2626
run: |
27-
python3 -m pip install --upgrade setuptools wheel twine
27+
python3 -m pip install --upgrade setuptools wheel twine auditwheel
2828
python3 setup.py sdist bdist_wheel
2929
auditwheel repair dist/*.whl
3030

0 commit comments

Comments
 (0)