Skip to content

Commit 7bbc688

Browse files
committed
fix manylinux package version
1 parent 32dee44 commit 7bbc688

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 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/[email protected]_x86_64
231+
uses: penguinolog/[email protected]1-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'
237237
- name: Build Python manylinux2014-x86_64 wheels
238-
uses: penguinolog/[email protected]_i686
238+
uses: penguinolog/[email protected]1-manylinux2014_i686
239239
with:
240240
python-versions: 'cp38-cp38 cp39-cp39 cp310-cp310'
241241
build-requirements: 'cython'

tools/build-wheels.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ rm -rf /io/*.egg-info
2020
rm -rf /io/.pytest_cache
2121
find /io/ -noleaf \( -iname "*.py[co]" -o -iname "*.c" -o -iname "*-linux_*.whl" \) -delete
2222

23+
# tune git
24+
git config --global --add safe.directory "/io"
25+
2326
echo
2427
echo
2528
echo "Compile wheels"

0 commit comments

Comments
 (0)