File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ deploy:
3636 user : akharit-ms
3737 skip_upload_docs : true
3838 # password: use $PYPI_PASSWORD
39- distributions : " sdist bdist_wheel"
39+ distributions : " bdist_wheel sdist " # Parameter order for distributions is important.
4040 on :
4141 tags : true
4242 python : ' 3.6'
43- repo : Azure/azure-data-lake-store-python
43+ repo : Azure/azure-data-lake-store-python
Original file line number Diff line number Diff line change 33 Release History
44===============
55
6+ 0.0.30 (2018-08-28)
7+ +++++++++++++++++++
8+ * Fixed .travis.yml order to add azure-nspg dependency
9+
6100.0.29 (2018-08-22)
711+++++++++++++++++++
812* Fixed HISTORY.rst and Pypi documentation
Original file line number Diff line number Diff line change 66# license information.
77# --------------------------------------------------------------------------
88
9- __version__ = "0.0.29 "
9+ __version__ = "0.0.30 "
1010
1111from .core import AzureDLFileSystem
1212from .multithread import ADLDownloader
You can’t perform that action at this time.
0 commit comments