Skip to content

Commit

Permalink
Merge pull request #377 from QunaSys/fix_package_compat
Browse files Browse the repository at this point in the history
Change linux compatiblity tag to manylinux_2_24
  • Loading branch information
kwkbtr authored Oct 25, 2024
2 parents ade0b56 + 4f8193c commit 96588f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
if [[ -e "Cargo.toml" ]]; then
cp -f NOTICE quri_parts/$pkg/
cd ../..
poetry run maturin build --strip -i python${{ matrix.python-version }} --release --out dist -m packages/$pkg/Cargo.toml
poetry run maturin build --strip -i python${{ matrix.python-version }} --release --out dist -m packages/$pkg/Cargo.toml --compatibility manylinux_2_24
cd packages/$pkg
fi
cd ..
Expand Down

1 comment on commit 96588f9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.