Skip to content

Commit

Permalink
update pypi credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
jabdoa2 committed Nov 26, 2020
1 parent 269ff5d commit 14b1ea2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ environment:
BITNESS: 64
COMPILER: msvc

pypi_user:
secure: /UlFCFSXuqY1JAsOwKZdFg==

pypi_password:
secure: j1I2BPfJaYmFsQGsR8IWBQ==
secure: rCMmmOBIvdX3F9PXj/Vx8fz4nZnON6rZt0XZ7mw4OTOd4SB/od3U9pE6ogAsBkvOnhqqeM8XruxPh9+gZ5PDvb/KKB89FGVIAx6av7kFqMYwkAdhhR3SDsdjQDxfZAxc69cWzb2545LLsuGmLdEaqne5s41HT+8tFGVgyTKGdMQzAiUyOwhF+0Gdm5GTKvyd6lRC71SA6k04q5OWuEWf64BzVvSRchSGkQXzP7J8H0i3rYVOq8JNwdUqsL5nXLVTxkFXBulf81A6WqG6Rsqh3w==


install:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-desktop.ps1'))
Expand Down Expand Up @@ -175,7 +173,7 @@ build_script:
python ../build_scripts/rename_wheels.py
echo "Uploding wheels to pypi..."
$output = Invoke-Expression "python -m twine upload -u $env:pypi_user -p $env:pypi_password --skip-existing *" -ErrorVariable e
$output = Invoke-Expression "python -m twine upload -u __token__ -p $env:pypi_password --skip-existing *" -ErrorVariable e
echo $output
echo $e
}
Expand Down

0 comments on commit 14b1ea2

Please sign in to comment.