File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,9 @@ environment:
28
28
BITNESS : 64
29
29
COMPILER : msvc
30
30
31
- pypi_user :
32
- secure : /UlFCFSXuqY1JAsOwKZdFg==
33
-
34
31
pypi_password :
35
- secure : j1I2BPfJaYmFsQGsR8IWBQ==
32
+ secure : rCMmmOBIvdX3F9PXj/Vx8fz4nZnON6rZt0XZ7mw4OTOd4SB/od3U9pE6ogAsBkvOnhqqeM8XruxPh9+gZ5PDvb/KKB89FGVIAx6av7kFqMYwkAdhhR3SDsdjQDxfZAxc69cWzb2545LLsuGmLdEaqne5s41HT+8tFGVgyTKGdMQzAiUyOwhF+0Gdm5GTKvyd6lRC71SA6k04q5OWuEWf64BzVvSRchSGkQXzP7J8H0i3rYVOq8JNwdUqsL5nXLVTxkFXBulf81A6WqG6Rsqh3w==
33
+
36
34
37
35
install :
38
36
- ps : iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-desktop.ps1'))
@@ -175,7 +173,7 @@ build_script:
175
173
python ../build_scripts/rename_wheels.py
176
174
177
175
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
179
177
echo $output
180
178
echo $e
181
179
}
You can’t perform that action at this time.
0 commit comments