mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-27 21:30:35 +05:00
Pip - build recent py versions first, upload them immediately on linux
This commit is contained in:
parent
3329834560
commit
15ee1c9fae
@ -276,11 +276,11 @@ pip_windows:
|
|||||||
- pip
|
- pip
|
||||||
- windows
|
- windows
|
||||||
script:
|
script:
|
||||||
- .\tests\build_pip.ps1 C:\Python38
|
|
||||||
- .\tests\build_pip.ps1 C:\Python39
|
|
||||||
- .\tests\build_pip.ps1 C:\Python310
|
|
||||||
- .\tests\build_pip.ps1 C:\Python311
|
|
||||||
- .\tests\build_pip.ps1 C:\Python312
|
- .\tests\build_pip.ps1 C:\Python312
|
||||||
|
- .\tests\build_pip.ps1 C:\Python311
|
||||||
|
- .\tests\build_pip.ps1 C:\Python310
|
||||||
|
- .\tests\build_pip.ps1 C:\Python39
|
||||||
|
- .\tests\build_pip.ps1 C:\Python38
|
||||||
when: manual
|
when: manual
|
||||||
|
|
||||||
pip_macos:
|
pip_macos:
|
||||||
@ -290,9 +290,9 @@ pip_macos:
|
|||||||
- macosx
|
- macosx
|
||||||
- m1
|
- m1
|
||||||
script:
|
script:
|
||||||
- ./tests/build_pip_mac.sh 3.8
|
|
||||||
- ./tests/build_pip_mac.sh 3.9
|
|
||||||
- ./tests/build_pip_mac.sh 3.10
|
|
||||||
- ./tests/build_pip_mac.sh 3.11
|
|
||||||
- ./tests/build_pip_mac.sh 3.12
|
- ./tests/build_pip_mac.sh 3.12
|
||||||
|
- ./tests/build_pip_mac.sh 3.11
|
||||||
|
- ./tests/build_pip_mac.sh 3.10
|
||||||
|
- ./tests/build_pip_mac.sh 3.9
|
||||||
|
- ./tests/build_pip_mac.sh 3.8
|
||||||
when: manual
|
when: manual
|
||||||
|
@ -19,7 +19,7 @@ export NETGEN_CCACHE=1
|
|||||||
|
|
||||||
/opt/python/cp39-cp39/bin/python tests/fix_auditwheel_policy.py
|
/opt/python/cp39-cp39/bin/python tests/fix_auditwheel_policy.py
|
||||||
|
|
||||||
for pyversion in 38 39 310 311 312
|
for pyversion in 312 311 310 39 38
|
||||||
do
|
do
|
||||||
export PYDIR="/opt/python/cp${pyversion}-cp${pyversion}/bin"
|
export PYDIR="/opt/python/cp${pyversion}-cp${pyversion}/bin"
|
||||||
echo $PYDIR
|
echo $PYDIR
|
||||||
@ -33,9 +33,9 @@ do
|
|||||||
|
|
||||||
$PYDIR/pip install wheelhouse/netgen_mesher*-cp${pyversion}-*.whl
|
$PYDIR/pip install wheelhouse/netgen_mesher*-cp${pyversion}-*.whl
|
||||||
$PYDIR/python3 -c 'import netgen'
|
$PYDIR/python3 -c 'import netgen'
|
||||||
|
$PYDIR/pip install -U twine
|
||||||
|
$PYDIR/twine upload --skip-existing wheelhouse/netgen_mesher*-cp${pyversion}*manylinux*.whl
|
||||||
#cd ../tests/pytest
|
#cd ../tests/pytest
|
||||||
#$PYDIR/python3 -m pytest
|
#$PYDIR/python3 -m pytest
|
||||||
done
|
done
|
||||||
|
|
||||||
$PYDIR/pip install -U twine
|
|
||||||
$PYDIR/twine upload wheelhouse/*manylinux*.whl
|
|
||||||
|
Loading…
Reference in New Issue
Block a user