File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ after_success:
43
43
deploy :
44
44
# deploy-release
45
45
- provider : script
46
- script : pwd && ls dist;echo "deploy-release" && ~/.pyenv/versions/${PYTHON_VERSION}/bin/twine upload -u $PYPI_USER -p $PYPI_PASSWORD --skip-existing dist/*
46
+ script : pwd && ls dist;echo "deploy-release" && ~/.pyenv/versions/${PYTHON_VERSION}/bin/twine upload -u __token__ -p $PYPI_PASSWORD --skip-existing dist/*
47
47
skip_cleanup : true
48
48
on :
49
49
repo : ${TRAVIS_REPO_SLUG}
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ deploy_script:
66
66
if ($env:appveyor_repo_tag -eq $true -and $env:appveyor_repo_tag_name –match "^[0-9]+(\.[0-9]+)*(\.post[0-9]+)?$") {
67
67
Write-Host "deploy release"
68
68
$env:PATH="$env:PYTHON_DIR/Scripts/;$env:PATH"
69
- twine upload -u $env:PYPI_USER -p $env:PYPI_PASSWORD --skip-existing dist/*
69
+ twine upload -u __token__ -p $env:PYPI_PASSWORD --skip-existing dist/*
70
70
} elseif ($env:appveyor_repo_branch -eq "master") {
71
71
Write-Host "deploy master (not implemented)"
72
72
} else {
You can’t perform that action at this time.
0 commit comments