summaryrefslogtreecommitdiff
path: root/ci/deploy.sh
blob: 503f0723811bc4831f3f3e79aba061dc7fee83f4 (plain)
1
2
3
4
5
6
7
#!/bin/bash

set -exo pipefail

python3 -m pip install --upgrade twine wheel
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/* -u $PYPI_USERNAME -p $PYPI_PASSWORD --skip-existing