Skip to content

Commit

Permalink
Trying to get the cibuildwheel tool to work with the changes to AlmaL…
Browse files Browse the repository at this point in the history
…inux8 (why the heck is this docker image still shipping with an old gpg key anyway)
  • Loading branch information
daxpryce committed Oct 16, 2024
1 parent 75caf6a commit 3a5b672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ test-command = "python -m unittest discover {project}/python/tests"

[tool.cibuildwheel.linux]
before-build = [
"rpm --import https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux",
"dnf makecache --refresh",
"dnf upgrade -y almalinux-release",
"dnf install -y epel-release",
Expand Down

0 comments on commit 3a5b672

Please sign in to comment.