Skip to content

Commit 684574e

Browse files
committed
fix action
1 parent 42feb0f commit 684574e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,33 +241,35 @@ jobs:
241241
steps:
242242
- uses: actions/checkout@v2
243243
- name: Build Python manylinux2010-x86_64 wheels
244-
uses: penguinolog/python-wheels-manylinux-build@18.10.2021-manylinux2010_x86_64
244+
uses: penguinolog/python-wheels-manylinux-build@18.10.2021-1-manylinux2010_x86_64
245245
with:
246246
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310'
247247
build-requirements: 'cython'
248248
build-executable: 'python'
249249
build-command: 'setup.py bdist_wheel clean'
250250
- name: Build Python manylinux2014-x86_64 wheels
251-
uses: penguinolog/python-wheels-manylinux-build@18.10.2021-manylinux2014_x86_64
251+
uses: penguinolog/python-wheels-manylinux-build@18.10.2021-1-manylinux2014_x86_64
252252
with:
253253
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310'
254254
build-requirements: 'cython'
255255
build-executable: 'python'
256256
build-command: 'setup.py bdist_wheel clean'
257257
- name: Build Python manylinux2010-i686 wheels
258-
uses: penguinolog/python-wheels-manylinux-build@18.10.2021-manylinux2010_i686
258+
uses: penguinolog/python-wheels-manylinux-build@18.10.2021-1-manylinux2010_i686
259259
with:
260260
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310'
261261
build-requirements: 'cython'
262262
build-executable: 'python'
263263
build-command: 'setup.py bdist_wheel clean'
264264
- name: Build Python manylinux2010-x86_64 wheels
265-
uses: penguinolog/python-wheels-manylinux-build@18.10.2021-manylinux2014_i686
265+
uses: penguinolog/python-wheels-manylinux-build@18.10.2021-1-manylinux2014_i686
266266
with:
267267
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310'
268268
build-requirements: 'cython'
269269
build-executable: 'python'
270270
build-command: 'setup.py bdist_wheel clean'
271+
- name: List built packages
272+
run: ls -la dist
271273
# - name: Install deploy dependencies
272274
# run: pip install --upgrade twine
273275
# - name: Deploy

0 commit comments

Comments
 (0)