Commit 58bfa07 1 parent 2f8fc9f commit 58bfa07 Copy full SHA for 58bfa07
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
environment :
2
+ PYPI_USER : __token__
2
3
PYPI_PASSWD :
3
- secure : HrwOVde4wZoYHJf9bZ5AsQ==
4
+ secure : >-
5
+ E3o5zJvWwZ08zASfNAFzB8nRC8DMNhl2V5B+cH6fpvqt2qBsOeoDhbmSVlxNSdYLhbohI3MGLPAEQ3U8TheQ5UypPx6VRTQDyOkeRC1goENfwHTz3fdWn8eBo3TCSTss5pKK92jWDLNkYirXIyZoz/ukAS2mfxYHMA0GoTiVc46xJzRvuiHjJgUgtsJOX3/rjrw2eFJXyZGyug4Zbvj64PIzzDNPm7umEDnpJzIvG8/CZuIEemZpNiA4FOehIcvMEXR9giox40/EN8Gwn4Jl3Q==
4
6
PYTHONIOENCODING : " utf8:backslashreplace"
5
7
PYTHONLEGACYWINDOWSSTDIO : " 1"
6
8
matrix :
@@ -57,7 +59,7 @@ artifacts:
57
59
deploy_script :
58
60
- ps : >-
59
61
if($env:appveyor_repo_tag -eq 'True') {
60
- Invoke-Expression "$env:PYTHON\\python.exe -m twine upload dist/* --username aio-libs-bot --password $env:PYPI_PASSWD --skip-existing"
62
+ Invoke-Expression "$env:PYTHON\\python.exe -m twine upload dist/* --username $env:PYPI_USER --password $env:PYPI_PASSWD --skip-existing"
61
63
}
62
64
63
65
# notifications:
You can’t perform that action at this time.
0 commit comments