Skip to content

Commit 1daf1ff

Browse files
committed
fix: avoid always enable tracing
1 parent ddb9f6b commit 1daf1ff

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
# configure cibuildwheel to build native archs ('auto'), and some
2626
# emulated ones
27-
CIBW_ARCHS_LINUX: auto aarch64 ppc64le s390x
27+
CIBW_ARCHS_LINUX: auto aarch64
2828
- uses: actions/upload-artifact@v2
2929
with:
3030
path: ./wheelhouse/*.whl

bencoder.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# cython: language_level=3
2-
# cython: linetrace=True
32

43
# The contents of this file are subject to the BitTorrent Open Source License
54
# Version 1.1 (the License). You may not copy or use this file, in either

0 commit comments

Comments
 (0)