We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947c068 commit d74d2a7Copy full SHA for d74d2a7
2 files changed
.github/workflows/release_climt.yml
@@ -33,7 +33,7 @@ jobs:
33
env:
34
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-*
35
CIBW_SKIP: "*-musllinux_*"
36
- CIBW_ARCHS_LINUX: "x86_64 aarch64"
+ CIBW_ARCHS_LINUX: "x86_64"
37
CIBW_ENVIRONMENT: "CC=gcc FC=gfortran CLIMT_ARCH=Linux"
38
if: ${{ runner.os == 'Linux' }}
39
run: python -m cibuildwheel --output-dir dist
climt/_components/emanuel/__init__.py
@@ -1,4 +1,3 @@
1
from .component import EmanuelConvection
2
-from .pure_python import EmanuelConvectionPython
3
4
-__all__ = ("EmanuelConvection", "EmanuelConvectionPython")
+__all__ = ["EmanuelConvection"]
0 commit comments