arch-python-repo
arch-python-repo copied to clipboard
Arch Linux Multi-version Python Repository
Arch updated to python 3.11, so it would be nice to have 3.10 available in this repo.
Updates actions/cache and actions/checkout to latest, to keep up to date. [workflow_dispatch](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch) event allows you to run the workflow whenever you want to, by simply pressing the Run workflow button...
Building with optimizations takes a while since it runs benchmarks to determine the best configuration, for this reason we are not currently using it. We should change that, but keep...
We should set up a cron action to check for updates and create a PR if there is. Maybe we could have auto-merge on the PR?
This should speed up the CI a bit. Example: https://github.com/SymbiFlow/symbiflow-arch-pkgs
The CI is currently broken due to https://github.com/FFY00/build-arch-package/issues/11. Because of this, I am temporarily hosting the repo on pkgbuild.com: ```ini [python] Server = https://pkgbuild.com/~ffy00/python-repo/ ```