Allow to run dev image update manually + use main warc2zim branch for zimit dev versions

This commit is contained in:
benoit74 2024-06-04 15:17:33 +00:00
parent 83690f410d
commit c67ccb9528
No known key found for this signature in database
GPG Key ID: B89606434FC7B530
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- main - main
workflow_dispatch:
jobs: jobs:
publish: publish:

View File

@ -11,7 +11,7 @@ dependencies = [
"requests==2.31.0", "requests==2.31.0",
"inotify==0.2.10", "inotify==0.2.10",
"tld==0.13", "tld==0.13",
"warc2zim==2.0.0", "warc2zim @ git+https://github.com/openzim/warc2zim@main",
] ]
dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"] dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"]