Skip to content

Commit 14b1ea2

Browse files
committed
update pypi credentials
1 parent 269ff5d commit 14b1ea2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

appveyor.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ environment:
2828
BITNESS: 64
2929
COMPILER: msvc
3030

31-
pypi_user:
32-
secure: /UlFCFSXuqY1JAsOwKZdFg==
33-
3431
pypi_password:
35-
secure: j1I2BPfJaYmFsQGsR8IWBQ==
32+
secure: rCMmmOBIvdX3F9PXj/Vx8fz4nZnON6rZt0XZ7mw4OTOd4SB/od3U9pE6ogAsBkvOnhqqeM8XruxPh9+gZ5PDvb/KKB89FGVIAx6av7kFqMYwkAdhhR3SDsdjQDxfZAxc69cWzb2545LLsuGmLdEaqne5s41HT+8tFGVgyTKGdMQzAiUyOwhF+0Gdm5GTKvyd6lRC71SA6k04q5OWuEWf64BzVvSRchSGkQXzP7J8H0i3rYVOq8JNwdUqsL5nXLVTxkFXBulf81A6WqG6Rsqh3w==
33+
3634

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

0 commit comments

Comments
 (0)