Skip to content

Commit

Permalink
Merge pull request #378 from QunaSys/revert-377-fix_package_compat
Browse files Browse the repository at this point in the history
Revert "Change linux compatiblity tag to manylinux_2_24"
  • Loading branch information
kwkbtr authored Oct 25, 2024
2 parents ad56045 + b4e3986 commit ca1d4ed
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 --compatibility manylinux_2_24
poetry run maturin build --strip -i python${{ matrix.python-version }} --release --out dist -m packages/$pkg/Cargo.toml
cd packages/$pkg
fi
cd ..
Expand Down

1 comment on commit ca1d4ed

@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.