We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c057992 commit 854aaa2Copy full SHA for 854aaa2
.github/workflows/release.yaml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
linux-wheels:
10
runs-on: ubuntu-latest
11
- container: quay.io/pypa/manylinux2014_x86_64
+ container: quay.io/repository/pypa/manylinux_2_28_x86_64
12
steps:
13
- uses: actions/checkout@v3
14
with:
0 commit comments