diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index 3399eab..7993e6a 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -5,7 +5,7 @@ on: - '.github/workflows/appimage.yml' - 'python_appimage/**' schedule: - - cron: '0 3 * * *' + - cron: '0 3 * * 0' jobs: Build: diff --git a/.github/workflows/delete-artifacts.yml b/.github/workflows/delete-artifacts.yml index 4de88d7..0c309b1 100644 --- a/.github/workflows/delete-artifacts.yml +++ b/.github/workflows/delete-artifacts.yml @@ -1,7 +1,7 @@ name: Delete artifacts on: schedule: - - cron: '0 */6 * * *' # every 6 hours + - cron: '0 3 * * 0' jobs: delete-artifacts: diff --git a/README.md b/README.md index c3e9385..ba86aaf 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ We provide relocatable Python runtimes as [AppImages][APPIMAGE]. These runtimes are extracted from [manylinux][MANYLINUX] Docker images. The corresponding images are available as GitHub [releases][RELEASES]. They are labeled according to [wheels][WHEEL] compatibility tags. Our Python AppImages are updated -daily. +weekly. Running Python from these [AppImages][APPIMAGE] is as simple as downloading a single file and changing its mode to executable, e.g. as: