Skip to content

Commit 7b8791f

Browse files
committed
using released 8.2.1-1
1 parent e12aa8c commit 7b8791f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- published
77

88
env:
9-
LIBZIM_DL_VERSION: "8.2.1"
9+
LIBZIM_DL_VERSION: "8.2.1-1"
1010
MACOSX_DEPLOYMENT_TARGET: "11.0"
1111
CIBW_ENVIRONMENT_PASS_LINUX: "LIBZIM_DL_VERSION"
1212
# APPLE_SIGNING_KEYCHAIN_PATH set in prepare keychain step

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: test
22
on: [push]
33

44
env:
5-
LIBZIM_DL_VERSION: "2023-08-01"
5+
LIBZIM_DL_VERSION: "8.2.1-1"
66

77
jobs:
88
lint:

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88

99
env:
10-
LIBZIM_DL_VERSION: "2023-08-01"
10+
LIBZIM_DL_VERSION: "8.2.1-1"
1111
MACOSX_DEPLOYMENT_TARGET: "11.0"
1212
CIBW_ENVIRONMENT_PASS_LINUX: "LIBZIM_DL_VERSION"
1313
CIBW_BUILD_VERBOSITY: "3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929

3030
class Config:
31-
libzim_dl_version: str = os.getenv("LIBZIM_DL_VERSION", "8.2.1")
31+
libzim_dl_version: str = os.getenv("LIBZIM_DL_VERSION", "8.2.1-1")
3232
use_system_libzim: bool = bool(os.getenv("USE_SYSTEM_LIBZIM", False))
3333
download_libzim: bool = not bool(os.getenv("DONT_DOWNLOAD_LIBZIM", False))
3434

0 commit comments

Comments
 (0)