Skip to content

Commit 696f8a2

Browse files
committed
DOC: add release-procedure.md to main dir
1 parent 4f4cc61 commit 696f8a2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

release-procedure.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
* Tag commit
2+
3+
git tag -a x.x.x -m 'Version x.x.x'
4+
5+
* and push to github
6+
7+
git push pandas-datareader master --tags
8+
9+
* Upload to PyPI
10+
11+
git clean -xfd
12+
python setup.py register sdist bdist_wheel --universal
13+
twine upload dist/*
14+
15+
* Do a pull-request to the feedstock on `pandas-datareader-feedstock <https://github.com/conda-forge/pandas-datareader-feedstock/>`__
16+
17+
update the version
18+
update the SHA256 (retrieve from PyPI)

0 commit comments

Comments
 (0)