Skip to content

Commit 58bfa07

Browse files
committed
Use PyPI access token in AppVeyor
Closes #3941
1 parent 2f8fc9f commit 58bfa07

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.appveyor.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
environment:
2+
PYPI_USER: __token__
23
PYPI_PASSWD:
3-
secure: HrwOVde4wZoYHJf9bZ5AsQ==
4+
secure: >-
5+
E3o5zJvWwZ08zASfNAFzB8nRC8DMNhl2V5B+cH6fpvqt2qBsOeoDhbmSVlxNSdYLhbohI3MGLPAEQ3U8TheQ5UypPx6VRTQDyOkeRC1goENfwHTz3fdWn8eBo3TCSTss5pKK92jWDLNkYirXIyZoz/ukAS2mfxYHMA0GoTiVc46xJzRvuiHjJgUgtsJOX3/rjrw2eFJXyZGyug4Zbvj64PIzzDNPm7umEDnpJzIvG8/CZuIEemZpNiA4FOehIcvMEXR9giox40/EN8Gwn4Jl3Q==
46
PYTHONIOENCODING: "utf8:backslashreplace"
57
PYTHONLEGACYWINDOWSSTDIO: "1"
68
matrix:
@@ -57,7 +59,7 @@ artifacts:
5759
deploy_script:
5860
- ps: >-
5961
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"
6163
}
6264
6365
#notifications:

0 commit comments

Comments
 (0)