Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/release-cli-wheels.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file was last autogenerated by maturin v1.11.5
# To update, run
#
# maturin generate-ci github --manifest-path pineappl_cli/Cargo.toml > .github/workflow/release-wheels.yaml
# maturin generate-ci github --manifest-path pineappl_cli/Cargo.toml > .github/workflows/release-wheels.yaml
#
# and carefully select the change from `git diff`
name: Release CLI wheels
Expand Down Expand Up @@ -29,9 +29,9 @@ jobs:
# - runner: ubuntu-22.04
# target: x86
# manylinux: 2_17
# - runner: ubuntu-22.04
# target: aarch64
# manylinux: 2_17
- runner: ubuntu-22.04
target: aarch64
manylinux: 2_17
# - runner: ubuntu-22.04
# target: armv7
# manylinux: 2_17
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-wheels.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file was last autogenerated by maturin v1.11.5
# To update, run
#
# maturin generate-ci github --manifest-path pineappl_py/Cargo.toml > .github/workflow/release-wheels.yaml
# maturin generate-ci github --manifest-path pineappl_py/Cargo.toml > .github/workflows/release-wheels.yaml
#
# and carefully select the change from `git diff`
name: Release Python wheels
Expand Down Expand Up @@ -29,9 +29,9 @@ jobs:
# - runner: ubuntu-22.04
# target: x86
# manylinux: 2_17
# - runner: ubuntu-22.04
# target: aarch64
# manylinux: 2_17
- runner: ubuntu-22.04
target: aarch64
manylinux: 2_17
# - runner: ubuntu-22.04
# target: armv7
# manylinux: 2_17
Expand Down
Loading