Skip to content

Commit

Permalink
using released 8.2.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Sep 1, 2023
1 parent e12aa8c commit 7b8791f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- published

env:
LIBZIM_DL_VERSION: "8.2.1"
LIBZIM_DL_VERSION: "8.2.1-1"
MACOSX_DEPLOYMENT_TARGET: "11.0"
CIBW_ENVIRONMENT_PASS_LINUX: "LIBZIM_DL_VERSION"
# APPLE_SIGNING_KEYCHAIN_PATH set in prepare keychain step
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test
on: [push]

env:
LIBZIM_DL_VERSION: "2023-08-01"
LIBZIM_DL_VERSION: "8.2.1-1"

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main

env:
LIBZIM_DL_VERSION: "2023-08-01"
LIBZIM_DL_VERSION: "8.2.1-1"
MACOSX_DEPLOYMENT_TARGET: "11.0"
CIBW_ENVIRONMENT_PASS_LINUX: "LIBZIM_DL_VERSION"
CIBW_BUILD_VERBOSITY: "3"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@


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

Expand Down

0 comments on commit 7b8791f

Please sign in to comment.