Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Add twine install for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
adammhaile committed Mar 28, 2019
1 parent f83347b commit a5e1033
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pypi_push.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
#!/usr/bin/env bash

set -e

REPO="https://upload.pypi.org/legacy/"

# install twine for pypi push
pip install twine

# deploy rh-doozer
python setup.py sdist bdist_wheel
twine upload -u OpenShiftART -p "$1" --repository-url $REPO dist/*
Expand Down

0 comments on commit a5e1033

Please sign in to comment.