File tree 3 files changed +13
-11
lines changed 3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -66,38 +66,40 @@ before_install:
66
66
--env TRAVIS=True \
67
67
--env TRAVIS_OS_NAME="${TRAVIS_OS_NAME}" \
68
68
quay.io/pypa/manylinux2014_$(arch) bash
69
- docker exec -it python-ninja /io/scripts/docker- build.sh ci_before_install
69
+ docker exec -it python-ninja /io/scripts/manylinux2014-aarch64- build-and-test-wheel .sh ci_before_install
70
70
fi
71
71
72
72
install :
73
73
- |
74
74
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
75
75
ci install
76
76
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
77
- docker exec -it python-ninja /io/scripts/docker-build.sh ci_install
77
+ pip install twine
78
+ docker exec -it python-ninja /io/scripts/manylinux2014-aarch64-build-and-test-wheel.sh ci_install
78
79
fi
79
80
80
81
script :
81
82
- |
82
83
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
83
84
ci test
84
85
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
85
- docker exec -it python-ninja /io/scripts/docker- build.sh ci_script
86
+ docker exec -it python-ninja /io/scripts/manylinux2014-aarch64- build-and-test-wheel .sh ci_script
86
87
fi
87
88
88
89
after_success :
89
90
- |
90
91
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
91
92
ci after_test
92
93
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
93
- docker exec -it python-ninja /io/scripts/docker- build.sh ci_after_success
94
+ docker exec -it python-ninja /io/scripts/manylinux2014-aarch64- build-and-test-wheel .sh ci_after_success
94
95
docker stop python-ninja
95
96
fi
97
+ pwd && ls dist; PATH=~/.pyenv/versions/${PYTHON_VERSION}/bin/:$PATH && twine --version
96
98
97
99
deploy :
98
100
# deploy-release
99
101
- provider : script
100
- script : pwd && ls dist;echo "deploy-release" && ~/.pyenv/versions/${PYTHON_VERSION}/bin/twine upload -u $PYPI_USER -p $PYPI_PASSWORD --skip-existing dist/*
102
+ script : pwd && ls dist;echo "deploy-release" && PATH= ~/.pyenv/versions/${PYTHON_VERSION}/bin/:$PATH && twine upload -u $PYPI_USER -p $PYPI_PASSWORD --skip-existing dist/*
101
103
skip_cleanup : true
102
104
on :
103
105
repo : ${TRAVIS_REPO_SLUG}
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ Build Status
26
26
27
27
.. table ::
28
28
29
- +---------------+------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
30
- | | Linux | macOS | Windows |
31
- +===============+==========================================================================================+==============================================================================================+===========================================================================================================+
32
- | PyPI | .. image:: https://circleci.com/gh/scikit-build/ninja-python-distributions.svg?style=svg | .. image:: https://travis-ci.org /scikit-build/ninja-python-distributions.svg?branch=master | .. image:: https://ci.appveyor.com/api/projects/status/cvgsgfo2rsyq2ej8/branch/master?svg=true |
33
- | | :target: https://circleci.com/gh/scikit-build/ninja-python-distributions | :target: https://travis-ci.org /scikit-build/ninja-python-distributions | :target: https://ci.appveyor.com/project/scikit-build/ninja-python-distributions/branch/master |
34
- +---------------+------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
29
+ +---------------+------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +
30
+ | | Linux | Linux aarch64 | macOS | Windows |
31
+ +===============+==========================================================================================+==============================================================================================+==============================================================================================+============================================================================================== =============+
32
+ | PyPI | .. image:: https://circleci.com/gh/scikit-build/ninja-python-distributions.svg?style=svg | .. image:: https://travis-ci.com/scikit-build/ninja-python-distributions.svg?branch=master | .. image:: https://travis-ci.com /scikit-build/ninja-python-distributions.svg?branch=master | .. image:: https://ci.appveyor.com/api/projects/status/cvgsgfo2rsyq2ej8/branch/master?svg=true |
33
+ | | :target: https://circleci.com/gh/scikit-build/ninja-python-distributions | :target: https://travis-ci.com/scikit-build/ninja-python-distributions | :target: https://travis-ci.com /scikit-build/ninja-python-distributions | :target: https://ci.appveyor.com/project/scikit-build/ninja-python-distributions/branch/master |
34
+ +---------------+------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------- -------------+
35
35
36
36
Maintainers
37
37
-----------
File renamed without changes.
You can’t perform that action at this time.
0 commit comments