mirror of
https://github.com/clearml/wexpect-venv
synced 2025-02-11 23:34:23 +00:00
[FIX] trying appveyor deployment
This commit is contained in:
parent
eab891048d
commit
97b452b264
@ -2,7 +2,7 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
environment:
|
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 "pypipw" is a custom name.
|
||||||
# The original (sensitive) token is generated by the pypi: https://pypi.org/manage/account/token/
|
# 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
|
# The token has encripted by the appveyor: https://ci.appveyor.com/tools/encrypt
|
||||||
@ -39,9 +39,9 @@ after_test:
|
|||||||
# Create source distribution.
|
# Create source distribution.
|
||||||
- python -m setup sdist
|
- python -m setup sdist
|
||||||
|
|
||||||
|
# Upload to offitial pypi
|
||||||
|
- twine upload dist\\wexpect*.tar.gz
|
||||||
|
|
||||||
# Upload to test pypi
|
# Upload to test pypi
|
||||||
- twine upload -r testpypi dist\\wexpect*.tar.gz
|
- twine upload -r testpypi dist\\wexpect*.tar.gz
|
||||||
|
|
||||||
# Upload to offitial pypi
|
|
||||||
- twine upload -r pypi dist\\wexpect*.tar.gz
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user