Skip to content

Commit 24e1a4d

Browse files
committed
add logs flag for test-pypi
1 parent cd8b757 commit 24e1a4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AWSIoTPythonSDK/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.9"
1+
__version__ = "1.5.0"

continuous-delivery/publish_to_test_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ phases:
1919
commands:
2020
- echo Build started on `date`
2121
- python3 setup_test.py sdist bdist_wheel --universal
22-
- python3 -m twine upload -r testpypi dist/*
22+
- python3 -m twine upload -r testpypi dist/* --verbose
2323
post_build:
2424
commands:
2525
- echo Build completed on `date`

0 commit comments

Comments
 (0)