Skip to content

Commit ff0fd45

Browse files
committed
fix github manylinux
1 parent 7bbc688 commit ff0fd45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,14 +228,14 @@ jobs:
228228
steps:
229229
- uses: actions/checkout@v2
230230
- name: Build Python manylinux2014-x86_64 wheels
231-
uses: penguinolog/python-wheels-manylinux-build@08.06.2022-1-manylinux2014_x86_64
231+
uses: penguinolog/python-wheels-manylinux-build@08.06.2022-2-manylinux2014_x86_64
232232
with:
233233
python-versions: 'cp38-cp38 cp39-cp39 cp310-cp310'
234234
build-requirements: 'cython'
235235
build-executable: 'python'
236236
build-command: 'setup.py bdist_wheel clean'
237-
- name: Build Python manylinux2014-x86_64 wheels
238-
uses: penguinolog/python-wheels-manylinux-build@08.06.2022-1-manylinux2014_i686
237+
- name: Build Python manylinux2014-i686 wheels
238+
uses: penguinolog/python-wheels-manylinux-build@08.06.2022-2-manylinux2014_i686
239239
with:
240240
python-versions: 'cp38-cp38 cp39-cp39 cp310-cp310'
241241
build-requirements: 'cython'

0 commit comments

Comments
 (0)