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:
4343deploy :
4444 # deploy-release
4545 - 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/*
4747 skip_cleanup : true
4848 on :
4949 repo : ${TRAVIS_REPO_SLUG}
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ deploy_script:
6666 if ($env:appveyor_repo_tag -eq $true -and $env:appveyor_repo_tag_name –match "^[0-9]+(\.[0-9]+)*(\.post[0-9]+)?$") {
6767 Write-Host "deploy release"
6868 $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/*
7070 } elseif ($env:appveyor_repo_branch -eq "master") {
7171 Write-Host "deploy master (not implemented)"
7272 } else {
You can’t perform that action at this time.
0 commit comments