Skip to content

Commit

Permalink
use tagged container image
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot committed Nov 29, 2023
1 parent 25c0506 commit e1d4424
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,10 @@ jobs:
with:
target: ${{ matrix.settings.target }}
args: --release --find-interpreter --sdist
container: quay.io/pypa/manylinux_2_28_x86_64:2023-11-20-745eb52
sccache: "true"
manylinux: "2_28" # https://github.com/pola-rs/polars/pull/12211
working-directory: ${{ github.workspace }}/languages/python
before-linux-script: |
dnf install python3-pip -y

- name: Upload wheels
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
Expand Down

0 comments on commit e1d4424

Please sign in to comment.