Skip to content

Commit 81df55b

Browse files
committed
minor edit
1 parent a48a7c9 commit 81df55b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release_binary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
make_sdist:
1010
runs-on: ubuntu-latest
11-
container: quay.io/pypa/manylinux2_34_x86_64
11+
container: quay.io/pypa/manylinux_2_34_x86_64
1212
steps:
1313
- name: build_sdist
1414
run: |
@@ -44,7 +44,7 @@ jobs:
4444
pythonpath: ["cp38-cp38", "cp39-cp39", "cp310-cp310", "cp311-cp311", "cp312-cp312"]
4545

4646
runs-on: ubuntu-latest
47-
container: quay.io/pypa/manylinux2_34_x86_64
47+
container: quay.io/pypa/manylinux_2_34_x86_64
4848
#container: node:10.16-jessie
4949
steps:
5050
- name: build package

.github/workflows/testrelease_binary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
make_sdist:
1010
runs-on: ubuntu-latest
11-
container: quay.io/pypa/manylinux2_34_x86_64
11+
container: quay.io/pypa/manylinux_2_34_x86_64
1212
steps:
1313
- name: build_sdist
1414
run: |
@@ -43,7 +43,7 @@ jobs:
4343
pythonpath: ["cp38-cp38", "cp39-cp39", "cp310-cp310", "cp311-cp311", "cp312-cp312"]
4444

4545
runs-on: ubuntu-latest
46-
container: quay.io/pypa/manylinux2_34_x86_64
46+
container: quay.io/pypa/manylinux_2_34_x86_64
4747
#container: node:10.16-jessie
4848
steps:
4949
- name: build package

0 commit comments

Comments
 (0)