File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020# "foo", which is what we want for a dev version. (Compare to "foo.dev0",
2121# which sorts *before* "foo".)
2222
23- __version__ = "0.3.0"
23+ __version__ = "0.3.0-dev "
Original file line number Diff line number Diff line change 99* make sure there are no uncommitted changes
1010* clone a clean source directory (so as to get a clean checkout
1111 without killing the expensive-to-recreate .tox dir)
12- * python sdist --formats=zip
12+ * python setup.py sdist --formats=zip
1313* unzip sdist to a clean directory, and run tox in it
14- * in original directory: git tag <version> && git push --tags
15- * in clean clone: python sdist --formats=zip && python setup.py bdist_wheel
16- * twine upload dist/*.zip
14+ * in original directory: git tag v <version> && git push --tags
15+ * in clean clone: python setup.py sdist --formats=zip && python setup.py bdist_wheel
16+ * twine upload dist/*.zip dist/*.whl
1717* Go to http://readthedocs.org/dashboard/patsy/versions/, set the new
1818 version to build and update the default.
1919* announce release on:
You can’t perform that action at this time.
0 commit comments