Add deprecation warning with pointers to WMF's pages on the topic (#365)
[ores.git] / scripts / deploy.sh
blobf8304c55d093f1ff667ceb782fdf1e0ed450dd67
1 pip install twine && \
2 python setup.py sdist bdist_wheel && \
3 twine upload dist/* --skip-existing --username $PYPI_USER --password $PYPI_PASS