Skip to content

Commit

Permalink
publish upload param
Browse files Browse the repository at this point in the history
  • Loading branch information
domschl committed Aug 18, 2023
1 parent 4b54a34 commit f073d55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ cp ../README.md .
rm dist/*
export PIP_USER=
python -m build
# twine upload dist/*

if [[ $1 == "upload" ]]; then
twine upload dist/*
fi

0 comments on commit f073d55

Please sign in to comment.