提交 68549d22 编写于 作者: O Olli-Pekka Heinisuo

call twine with python -m, call find_version earlier

上级 2ede7618
......@@ -83,6 +83,7 @@ matrix:
before_install:
- source multibuild/common_utils.sh
- source multibuild/travis_steps.sh
- python find_version.py
- before_install
install:
......
......@@ -108,4 +108,4 @@ artifacts:
name: wheels
deploy_script:
- if "%APPVEYOR_REPO_TAG%"=="true" (twine upload -u %USER% -p %PASS% -r pypitest dist/*) else (echo "Tag not set, deployment skipped.")
- if "%APPVEYOR_REPO_TAG%"=="true" (python -m twine upload -u %USER% -p %PASS% -r pypitest dist/*) else (echo "Tag not set, deployment skipped.")
......@@ -24,7 +24,6 @@ fi
echo 'Begin our build'
ls -lh
python ./find_version.py
pip install -r requirements.txt
echo 'Config make'
......
......@@ -11,7 +11,6 @@ for PYBIN in /opt/python/cp$PYTHON_VERSION*/bin; do
echo 'PWD : '$PWD
echo 'PYBIN: '$PYBIN
$PYBIN/python ./find_version.py
$PYBIN/pip install -r requirements.txt
# Begin build
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册