[FIX] trying appveyor deployment

This commit is contained in:
Benedek Racz 2019-09-23 14:05:28 +02:00
parent eab891048d
commit 97b452b264

View File

@ -2,7 +2,7 @@
---
environment:
# Encrypted password (more precisely: password) for upload distro to pypy:
# Encrypted password (more precisely: token) for upload distro to pypy:
# The "pypipw" is a custom name.
# The original (sensitive) token is generated by the pypi: https://pypi.org/manage/account/token/
# The token has encripted by the appveyor: https://ci.appveyor.com/tools/encrypt
@ -39,9 +39,9 @@ after_test:
# Create source distribution.
- python -m setup sdist
# Upload to offitial pypi
- twine upload dist\\wexpect*.tar.gz
# Upload to test pypi
- twine upload -r testpypi dist\\wexpect*.tar.gz
# Upload to offitial pypi
- twine upload -r pypi dist\\wexpect*.tar.gz