Skip to content

Commit

Permalink
Install twine if necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
execveat committed Jan 22, 2023
1 parent b3623f2 commit d20caac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Runmefile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ build() {

# @cmd Publish release to PyPI
publish.pypi() {
catch pip install twine

if [[ $TWINE_PASSWORD ]]; then
# Config parameters provided as env variables. Set the default username if not provided:
if [[ ! $TWINE_USERNAME ]]; then
Expand Down

0 comments on commit d20caac

Please sign in to comment.