Skip to content

Commit

Permalink
Revert "Change linux compatiblity tag to manylinux_2_24"
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuo-ozu authored Oct 25, 2024
1 parent 96588f9 commit b4e3986
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

0 comments on commit b4e3986

Please sign in to comment.