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 e553cc2 commit de9b294
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
environment:
PYPI_USER: __token__
PYPI_PASSWD:
secure: HrwOVde4wZoYHJf9bZ5AsQ==
secure: >-
E3o5zJvWwZ08zASfNAFzB8nRC8DMNhl2V5B+cH6fpvqt2qBsOeoDhbmSVlxNSdYLhbohI3MGLPAEQ3U8TheQ5UypPx6VRTQDyOkeRC1goENfwHTz3fdWn8eBo3TCSTss5pKK92jWDLNkYirXIyZoz/ukAS2mfxYHMA0GoTiVc46xJzRvuiHjJgUgtsJOX3/rjrw2eFJXyZGyug4Zbvj64PIzzDNPm7umEDnpJzIvG8/CZuIEemZpNiA4FOehIcvMEXR9giox40/EN8Gwn4Jl3Q==
PYTHONIOENCODING: "utf8:backslashreplace"
PYTHONLEGACYWINDOWSSTDIO: "1"
matrix:
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python35-x64"
Expand Down Expand Up @@ -35,7 +39,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 de9b294

Please sign in to comment.