Skip to content

Commit 799a836

Browse files
committed
Cleanup
1 parent 1e32ce8 commit 799a836

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: ${{ contains(matrix.os, 'ubuntu') }}
4141
run: |
4242
pip install auditwheel
43-
auditwheel -v repair ./dist/*-linux_x86_64.whl --plat "manylinux2014_x86_64" -w ./dist
43+
auditwheel repair ./dist/*-linux_x86_64.whl --plat "manylinux2014_x86_64" -w ./dist
4444
rm -rf ./dist/*-linux_x86_64.whl
4545
4646
- name: Test wheel

swmm-toolkit/AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
Michael Tryby <[email protected]> (public domain)
44
Jennifer Wu <[email protected]>
55
Caleb Buahin <[email protected]>
6-
Laurent Courty <[email protected]>
6+
Laurent Courty <[email protected]>

0 commit comments

Comments
 (0)