Skip to content

Commit

Permalink
update manylinux version
Browse files Browse the repository at this point in the history
  • Loading branch information
Haaroon committed Jan 2, 2024
1 parent 5b4a023 commit c0e366b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
command: build
target: ${{ matrix.target }}
args: --release --out dist -i python3.7 -i python3.8 -i python3.9 -i python3.10 -i python3.11
manylinux: auto
manylinux: 2_28
before-script-linux: |
if [[ -f /etc/os-release ]]; then
. /etc/os-release
Expand Down

0 comments on commit c0e366b

Please sign in to comment.