We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb9f6b commit 1daf1ffCopy full SHA for 1daf1ff
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
env:
25
# configure cibuildwheel to build native archs ('auto'), and some
26
# emulated ones
27
- CIBW_ARCHS_LINUX: auto aarch64 ppc64le s390x
+ CIBW_ARCHS_LINUX: auto aarch64
28
- uses: actions/upload-artifact@v2
29
with:
30
path: ./wheelhouse/*.whl
bencoder.pyx
@@ -1,5 +1,4 @@
1
# cython: language_level=3
2
-# cython: linetrace=True
3
4
# The contents of this file are subject to the BitTorrent Open Source License
5
# Version 1.1 (the License). You may not copy or use this file, in either
0 commit comments