Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit aaa39fc

Browse files
committed
Bump version and remove diagnostic command
1 parent 68b4377 commit aaa39fc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
name="automap",
1717
python_requires=">=3.6.0",
1818
url="https://github.com/brandtbucher/automap",
19-
version="0.4.4",
19+
version="0.4.5",
2020
)

tasks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def build(context):
5959
# This will remove the wheel if it was unchanged... but that will cause
6060
# our assert to fail later, which is what we want!
6161
for wheel in WHEELS:
62-
context.run(f"auditwheel show {wheel}", echo=True)
6362
context.run(f"auditwheel repair {wheel} -w dist", echo=True)
6463
remove(wheel)
6564
else:

0 commit comments

Comments
 (0)