Skip to content

Commit 9b04fe7

Browse files
committed
Add a few python dependencies for release.
1 parent 58bc879 commit 9b04fe7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/release/release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ rm -rf release-venv
115115
virtualenv release-venv
116116
. release-venv/bin/activate
117117
pip install pyspark
118+
pip install twine
119+
pip install pypandoc
118120

119121
# clean any possible extant sdists
120122
rm -rf dist

0 commit comments

Comments
 (0)