File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
33> DataFrames on AWS
44
5- [ ![ Release] ( https://img.shields.io/badge/release-0.3.1 -brightgreen.svg )] ( https://pypi.org/project/awswrangler/ )
5+ [ ![ Release] ( https://img.shields.io/badge/release-0.3.2 -brightgreen.svg )] ( https://pypi.org/project/awswrangler/ )
66[ ![ Python Version] ( https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8-brightgreen.svg )] ( https://anaconda.org/conda-forge/awswrangler )
77[ ![ Documentation Status] ( https://readthedocs.org/projects/aws-data-wrangler/badge/?version=latest )] ( https://aws-data-wrangler.readthedocs.io/?badge=latest )
88[ ![ Coverage] ( https://img.shields.io/badge/coverage-89%25-brightgreen.svg )] ( https://pypi.org/project/awswrangler/ )
Original file line number Diff line number Diff line change 22
33__title__ = "awswrangler"
44__description__ = "DataFrames on AWS."
5- __version__ = "0.3.1 "
5+ __version__ = "0.3.2 "
66__license__ = "Apache License 2.0"
Original file line number Diff line number Diff line change 1- FROM lambci/lambda:build-python3.7
1+ FROM lambci/lambda:build-python3.6
22
33RUN yum install -y \
44 boost-devel \
55 jemalloc-devel \
66 bison \
77 flex \
88 autoconf \
9- python37 -devel
9+ python36 -devel
1010
1111RUN pip3 install --upgrade pip
1212
Original file line number Diff line number Diff line change 33
44cd ..
55rm -fr build dist .egg awswrangler.egg-info
6- python3.7 setup.py bdist_egg
7- python3.7 setup.py bdist_wheel
8- python3.7 setup.py sdist
6+ python3.6 setup.py bdist_egg
7+ python3.6 setup.py bdist_wheel
8+ python3.6 setup.py sdist
99twine upload dist/*
1010rm -fr build dist .egg awswrangler.egg-info
You can’t perform that action at this time.
0 commit comments