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 5fb5752 commit d73c8c6Copy full SHA for d73c8c6
.github/workflows/release.yaml
@@ -6,7 +6,7 @@ on:
6
- published
7
8
env:
9
- LIBZIM_DL_VERSION: "9.0.0"
+ LIBZIM_DL_VERSION: "9.1.0"
10
MACOSX_DEPLOYMENT_TARGET: "12.0"
11
CIBW_ENVIRONMENT_PASS_LINUX: "LIBZIM_DL_VERSION"
12
# APPLE_SIGNING_KEYCHAIN_PATH set in prepare keychain step
setup.py
@@ -29,7 +29,7 @@
29
30
31
class Config:
32
- libzim_dl_version: str = os.getenv("LIBZIM_DL_VERSION", "9.0.0")
+ libzim_dl_version: str = os.getenv("LIBZIM_DL_VERSION", "9.1.0")
33
use_system_libzim: bool = bool(os.getenv("USE_SYSTEM_LIBZIM", False))
34
download_libzim: bool = not bool(os.getenv("DONT_DOWNLOAD_LIBZIM", False))
35
0 commit comments