Set the twine username

This commit is contained in:
skullY
2019-07-15 11:26:43 -07:00
parent 819cbea904
commit 94831732c6
+4 -2
View File
@@ -3,9 +3,11 @@
set -e
set -x
FLIT_USERNAME=${FLIT_USERNAME:=skully}
PYPI_USERNAME=${PYPI_USERNAME:=skully}
FLIT_USERNAME=$PYPI_USERNAME
TWINE_USERNAME=$PYPI_USERNAME
export FLIT_USERNAME
export FLIT_USERNAME TWINE_USERNAME
bumpversion patch
git push origin master --tags