We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8b757 commit 24e1a4dCopy full SHA for 24e1a4d
AWSIoTPythonSDK/__init__.py
@@ -1 +1 @@
1
-__version__ = "1.4.9"
+__version__ = "1.5.0"
continuous-delivery/publish_to_test_pypi.yml
@@ -19,7 +19,7 @@ phases:
19
commands:
20
- echo Build started on `date`
21
- python3 setup_test.py sdist bdist_wheel --universal
22
- - python3 -m twine upload -r testpypi dist/*
+ - python3 -m twine upload -r testpypi dist/* --verbose
23
post_build:
24
25
- echo Build completed on `date`
0 commit comments