Skip to content

Commit

Permalink
Use PyPI access token in AppVeyor
Browse files Browse the repository at this point in the history
Closes #3941
  • Loading branch information
webknjaz committed Sep 10, 2019
1 parent 2f8fc9f commit 58bfa07
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
environment:
PYPI_USER: __token__
PYPI_PASSWD:
secure: HrwOVde4wZoYHJf9bZ5AsQ==
secure: >-
E3o5zJvWwZ08zASfNAFzB8nRC8DMNhl2V5B+cH6fpvqt2qBsOeoDhbmSVlxNSdYLhbohI3MGLPAEQ3U8TheQ5UypPx6VRTQDyOkeRC1goENfwHTz3fdWn8eBo3TCSTss5pKK92jWDLNkYirXIyZoz/ukAS2mfxYHMA0GoTiVc46xJzRvuiHjJgUgtsJOX3/rjrw2eFJXyZGyug4Zbvj64PIzzDNPm7umEDnpJzIvG8/CZuIEemZpNiA4FOehIcvMEXR9giox40/EN8Gwn4Jl3Q==
PYTHONIOENCODING: "utf8:backslashreplace"
PYTHONLEGACYWINDOWSSTDIO: "1"
matrix:
Expand Down Expand Up @@ -57,7 +59,7 @@ artifacts:
deploy_script:
- ps: >-
if($env:appveyor_repo_tag -eq 'True') {
Invoke-Expression "$env:PYTHON\\python.exe -m twine upload dist/* --username aio-libs-bot --password $env:PYPI_PASSWD --skip-existing"
Invoke-Expression "$env:PYTHON\\python.exe -m twine upload dist/* --username $env:PYPI_USER --password $env:PYPI_PASSWD --skip-existing"
}
#notifications:
Expand Down

0 comments on commit 58bfa07

Please sign in to comment.