File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,4 +96,4 @@ script:
96
96
after_success :
97
97
# Upload wheels to pypi
98
98
- pip install twine
99
- - if [ -n "TRAVIS_TAG" ]; then twine -u ${USER} -p ${PASS} -r pypitest ${TRAVIS_BUILD_DIR}/wheelhouse/*; else echo "Tag not set, deployment skipped."; fi
99
+ - if [ -n "$ TRAVIS_TAG" ]; then twine upload -u ${USER} -p ${PASS} -r pypitest ${TRAVIS_BUILD_DIR}/wheelhouse/*; else echo "Tag not set, deployment skipped."; fi
Original file line number Diff line number Diff line change @@ -108,4 +108,4 @@ artifacts:
108
108
name : wheels
109
109
110
110
deploy_script :
111
- - if "%APPVEYOR_REPO_TAG%"=="true" (twine -u %USER% -p %PASS% -r pypitest dist/*) else (echo "Tag not set, deployment skipped.")
111
+ - if "%APPVEYOR_REPO_TAG%"=="true" (twine upload -u %USER% -p %PASS% -r pypitest dist/*) else (echo "Tag not set, deployment skipped.")
You can’t perform that action at this time.
0 commit comments