-
Verify tests on Linux, OS-X, and Windows
-
Update version in setup.py and s3fs/init.py and commit
-
Tag the commit
git tag 1.2.3 -m "Version 1.2.3" -
Push new version bump commit and tag to github
git push dask master --tags -
Build source and wheel packages
rm -rf dist/ python setup.py sdist bdist_wheel --universal -
Upload packages to PyPI
twine upload dist/*