Skip to content

Commit ff00708

Browse files
committed
Add instructions for using test PyPI
1 parent 46f9170 commit ff00708

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

release-procedure.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,20 @@
66

77
git push pandas-gbq master --tags
88

9+
* Build the package
10+
11+
twine upload dist/*
12+
13+
* Upload to test PyPI
14+
15+
twine upload --repository testpypi dist/*
16+
17+
* Try out test PyPI package
18+
19+
pip install --upgrade --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple pandas-gbq
20+
921
* Upload to PyPI
1022

11-
git clean -xfd
12-
python setup.py register sdist bdist_wheel --universal
1323
twine upload dist/*
1424

1525
* Do a pull-request to the feedstock on `pandas-gbq-feedstock <https://github.com/conda-forge/pandas-gbq-feedstock/>`__

0 commit comments

Comments
 (0)